summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro2018-06-23 23:16:44 +0200
committerAl Viro2018-06-23 23:16:44 +0200
commit63a67a926e214dac94e29147c0f3d11499f655a1 (patch)
tree4c137cf8cfb2e4775a6dc82cec74e0480b0a741a /include/linux/dcache.h
parentLinux 4.18-rc1 (diff)
downloadkernel-qcow2-linux-63a67a926e214dac94e29147c0f3d11499f655a1.tar.gz
kernel-qcow2-linux-63a67a926e214dac94e29147c0f3d11499f655a1.tar.xz
kernel-qcow2-linux-63a67a926e214dac94e29147c0f3d11499f655a1.zip
kill dentry_update_name_case()
the last user is gone Spotted-by: Richard Weinberger <richard@nod.at> 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, 0 insertions, 2 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 66c6e17e61e5..cee70bf207fc 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -271,8 +271,6 @@ extern void d_rehash(struct dentry *);
extern void d_add(struct dentry *, struct inode *);
-extern void dentry_update_name_case(struct dentry *, const struct qstr *);
-
/* used for rename() and baskets */
extern void d_move(struct dentry *, struct dentry *);
extern void d_exchange(struct dentry *, struct dentry *);