aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2021-03-18 01:38:53 -0400
committerSteve French <stfrench@microsoft.com>2021-04-25 16:28:23 -0500
commit558691393a439628e97a182fdba4e7f6417acb91 (patch)
tree86ff78d60c24211103daf451a54b880f719665e1 /fs/cifs/cifsglob.h
parentcifs: constify get_normalized_path() properly (diff)
downloadlinux-dev-558691393a439628e97a182fdba4e7f6417acb91.tar.xz
linux-dev-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.h2
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 */