take dname_external() into fs/dcache.c
never used outside and it's too low-level for legitimate uses outside of fs/dcache.c anyway Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -264,6 +264,11 @@ static void __d_free_external(struct rcu_head *head)
|
||||
kmem_cache_free(dentry_cache, dentry);
|
||||
}
|
||||
|
||||
static inline int dname_external(const struct dentry *dentry)
|
||||
{
|
||||
return dentry->d_name.name != dentry->d_iname;
|
||||
}
|
||||
|
||||
static void dentry_free(struct dentry *dentry)
|
||||
{
|
||||
if (unlikely(dname_external(dentry))) {
|
||||
|
Reference in New Issue
Block a user