diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2021-03-18 06:38:53 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-25 23:28:23 +0200 |
commit | 558691393a439628e97a182fdba4e7f6417acb91 (patch) | |
tree | 86ff78d60c24211103daf451a54b880f719665e1 /fs/cifs/cifsglob.h | |
parent | cifs: constify get_normalized_path() properly (diff) | |
download | linux-558691393a439628e97a182fdba4e7f6417acb91.tar.xz linux-558691393a439628e97a182fdba4e7f6417acb91.zip |
cifs: constify path argument of ->make_node()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 18a5505a506c..034b919f091d 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -495,7 +495,7 @@ struct smb_version_operations { struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, - char *full_path, + const char *full_path, umode_t mode, dev_t device_number); /* version specific fiemap implementation */ |