diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-07-20 22:34:44 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-07-30 12:25:26 -0400 |
commit | 13983d062f17fb69f249befeba81b5ca253ad641 (patch) | |
tree | eae67a750070333d3b4679664bbf1a4c850aa7cd /fs/fuse/fuse_i.h | |
parent | 9aba36dea59264d11cd36219937296b4903c89b6 (diff) | |
download | linux-13983d062f17fb69f249befeba81b5ca253ad641.tar.bz2 |
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.h | 2 |
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); /** |