Loading fs/autofs4/autofs_i.h +3 −0 Original line number Diff line number Diff line Loading @@ -230,3 +230,6 @@ static inline int __simple_empty(struct dentry *dentry) out: return ret; } void autofs4_dentry_release(struct dentry *); fs/autofs4/inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,6 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi) return ino; } void autofs4_dentry_release(struct dentry *); static struct dentry_operations autofs4_sb_dentry_operations = { .d_release = autofs4_dentry_release, }; Loading Loading
fs/autofs4/autofs_i.h +3 −0 Original line number Diff line number Diff line Loading @@ -230,3 +230,6 @@ static inline int __simple_empty(struct dentry *dentry) out: return ret; } void autofs4_dentry_release(struct dentry *);
fs/autofs4/inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,6 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi) return ino; } void autofs4_dentry_release(struct dentry *); static struct dentry_operations autofs4_sb_dentry_operations = { .d_release = autofs4_dentry_release, }; Loading