diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-07-21 04:28:45 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-07-21 05:30:06 +0200 |
commit | 9aba36dea59264d11cd36219937296b4903c89b6 (patch) | |
tree | d712b485c86141539f993cee3400509b65b74c9d /include | |
parent | qstr: constify instances in nfs (diff) | |
download | linux-9aba36dea59264d11cd36219937296b4903c89b6.tar.xz linux-9aba36dea59264d11cd36219937296b4903c89b6.zip |
qstr constify instances in fs/dcache.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index f53fa055021a..f912a1e5c7cb 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -264,7 +264,7 @@ extern void d_rehash(struct dentry *); extern void d_add(struct dentry *, struct inode *); -extern void dentry_update_name_case(struct dentry *, struct qstr *); +extern void dentry_update_name_case(struct dentry *, const struct qstr *); /* used for rename() and baskets */ extern void d_move(struct dentry *, struct dentry *); |