diff options
author | Al Viro | 2018-06-23 17:16:44 -0400 |
---|---|---|
committer | Al Viro | 2018-06-23 17:16:44 -0400 |
commit | 63a67a926e214dac94e29147c0f3d11499f655a1 (patch) | |
tree | 4c137cf8cfb2e4775a6dc82cec74e0480b0a741a /include/linux/dcache.h | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
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.h | 2 |
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 *); |