summaryrefslogtreecommitdiff
path: root/fs/coda/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/inode.c')
-rw-r--r--fs/coda/inode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/coda/inode.c b/fs/coda/inode.c
index b1c70e2b9b1e..863777d488ab 100644
--- a/fs/coda/inode.c
+++ b/fs/coda/inode.c
@@ -192,6 +192,10 @@ static int coda_fill_super(struct super_block *sb, void *data, int silent)
sb->s_time_min = S64_MIN;
sb->s_time_max = S64_MAX;
+ error = super_setup_inode_table(sb, &coda_inode_table_params);
+ if (error)
+ goto error;
+
error = super_setup_bdi(sb);
if (error)
goto error;