summaryrefslogtreecommitdiff
path: root/fs/afs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/super.c')
-rw-r--r--fs/afs/super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/afs/super.c b/fs/afs/super.c
index b552357b1d13..9821072e12d5 100644
--- a/fs/afs/super.c
+++ b/fs/afs/super.c
@@ -453,6 +453,9 @@ static int afs_fill_super(struct super_block *sb, struct afs_fs_context *ctx)
sb->s_op = &afs_super_ops;
if (!as->dyn_root)
sb->s_xattr = afs_xattr_handlers;
+ ret = super_setup_inode_table(sb, &afs_inode_table_params);
+ if (ret)
+ return ret;
ret = super_setup_bdi(sb);
if (ret)
return ret;