diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-12-24 22:47:00 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-25 23:16:26 -0500 |
commit | d6cb125b9983e1ea9444f794b2d3ed5e3ad737b7 (patch) | |
tree | 9758e077dd788590273921af0719a34b6fde4ce4 /include/linux/dcache.h | |
parent | 5e993e2534e29b62790f9a2908b551b7fb3a63f0 (diff) |
kill d_validate()
no users left
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 5a813988e6d4..92c08cf7670e 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -319,9 +319,6 @@ static inline unsigned d_count(const struct dentry *dentry) return dentry->d_lockref.count; } -/* validate "insecure" dentry pointer */ -extern int d_validate(struct dentry *, struct dentry *); - /* * helper function for dentry_operations.d_dname() members */ |