diff options
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index b417bbcd9704..b7bca8303989 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -145,7 +145,7 @@ nfs_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, | |||
145 | } | 145 | } |
146 | 146 | ||
147 | static int | 147 | static int |
148 | nfs_proc_lookup(struct inode *dir, struct qstr *name, | 148 | nfs_proc_lookup(struct inode *dir, const struct qstr *name, |
149 | struct nfs_fh *fhandle, struct nfs_fattr *fattr, | 149 | struct nfs_fh *fhandle, struct nfs_fattr *fattr, |
150 | struct nfs4_label *label) | 150 | struct nfs4_label *label) |
151 | { | 151 | { |
@@ -299,7 +299,7 @@ out: | |||
299 | } | 299 | } |
300 | 300 | ||
301 | static int | 301 | static int |
302 | nfs_proc_remove(struct inode *dir, struct qstr *name) | 302 | nfs_proc_remove(struct inode *dir, const struct qstr *name) |
303 | { | 303 | { |
304 | struct nfs_removeargs arg = { | 304 | struct nfs_removeargs arg = { |
305 | .fh = NFS_FH(dir), | 305 | .fh = NFS_FH(dir), |
@@ -357,7 +357,7 @@ nfs_proc_rename_done(struct rpc_task *task, struct inode *old_dir, | |||
357 | } | 357 | } |
358 | 358 | ||
359 | static int | 359 | static int |
360 | nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) | 360 | nfs_proc_link(struct inode *inode, struct inode *dir, const struct qstr *name) |
361 | { | 361 | { |
362 | struct nfs_linkargs arg = { | 362 | struct nfs_linkargs arg = { |
363 | .fromfh = NFS_FH(inode), | 363 | .fromfh = NFS_FH(inode), |
@@ -456,7 +456,7 @@ out: | |||
456 | } | 456 | } |
457 | 457 | ||
458 | static int | 458 | static int |
459 | nfs_proc_rmdir(struct inode *dir, struct qstr *name) | 459 | nfs_proc_rmdir(struct inode *dir, const struct qstr *name) |
460 | { | 460 | { |
461 | struct nfs_diropargs arg = { | 461 | struct nfs_diropargs arg = { |
462 | .fh = NFS_FH(dir), | 462 | .fh = NFS_FH(dir), |