diff options
Diffstat (limited to 'fs/autofs4/inode.c')
-rw-r--r-- | fs/autofs4/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index 4eddee4e76fc..fde78b110ddd 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c | |||
@@ -292,7 +292,6 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi) | |||
292 | return ino; | 292 | return ino; |
293 | } | 293 | } |
294 | 294 | ||
295 | void autofs4_dentry_release(struct dentry *); | ||
296 | static struct dentry_operations autofs4_sb_dentry_operations = { | 295 | static struct dentry_operations autofs4_sb_dentry_operations = { |
297 | .d_release = autofs4_dentry_release, | 296 | .d_release = autofs4_dentry_release, |
298 | }; | 297 | }; |