summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorAl Viro2016-07-21 04:34:44 +0200
committerAl Viro2016-07-30 18:25:26 +0200
commit13983d062f17fb69f249befeba81b5ca253ad641 (patch)
treeeae67a750070333d3b4679664bbf1a4c850aa7cd /fs/fuse/fuse_i.h
parentqstr constify instances in fs/dcache.c (diff)
downloadkernel-qcow2-linux-13983d062f17fb69f249befeba81b5ca253ad641.tar.gz
kernel-qcow2-linux-13983d062f17fb69f249befeba81b5ca253ad641.tar.xz
kernel-qcow2-linux-13983d062f17fb69f249befeba81b5ca253ad641.zip
qstr: constify instances in fuse
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 929c383432b0..9e42c0394196 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -703,7 +703,7 @@ struct inode *fuse_iget(struct super_block *sb, u64 nodeid,
int generation, struct fuse_attr *attr,
u64 attr_valid, u64 attr_version);
-int fuse_lookup_name(struct super_block *sb, u64 nodeid, struct qstr *name,
+int fuse_lookup_name(struct super_block *sb, u64 nodeid, const struct qstr *name,
struct fuse_entry_out *outarg, struct inode **inode);
/**