diff options
Diffstat (limited to 'kernel/fs/autofs4/autofs_i.h')
-rw-r--r-- | kernel/fs/autofs4/autofs_i.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/fs/autofs4/autofs_i.h b/kernel/fs/autofs4/autofs_i.h index 63cf85daa..4c5413473 100644 --- a/kernel/fs/autofs4/autofs_i.h +++ b/kernel/fs/autofs4/autofs_i.h @@ -239,11 +239,6 @@ static inline u64 autofs4_get_ino(struct autofs_sb_info *sbi) return d_inode(sbi->sb->s_root)->i_ino; } -static inline int simple_positive(struct dentry *dentry) -{ - return d_really_is_positive(dentry) && !d_unhashed(dentry); -} - static inline void __autofs4_add_expiring(struct dentry *dentry) { struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb); |