summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro2016-07-21 04:28:45 +0200
committerAl Viro2016-07-21 05:30:06 +0200
commit9aba36dea59264d11cd36219937296b4903c89b6 (patch)
treed712b485c86141539f993cee3400509b65b74c9d /include/linux/dcache.h
parentqstr: constify instances in nfs (diff)
downloadkernel-qcow2-linux-9aba36dea59264d11cd36219937296b4903c89b6.tar.gz
kernel-qcow2-linux-9aba36dea59264d11cd36219937296b4903c89b6.tar.xz
kernel-qcow2-linux-9aba36dea59264d11cd36219937296b4903c89b6.zip
qstr constify instances in fs/dcache.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h2
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 *);