aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r--fs/reiserfs/super.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index fc7cb4661ee0..6d10f81b4fc1 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -1646,10 +1646,6 @@ static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
1646 REISERFS_SB(s)->s_alloc_options.preallocmin = 0; 1646 REISERFS_SB(s)->s_alloc_options.preallocmin = 0;
1647 /* Preallocate by 16 blocks (17-1) at once */ 1647 /* Preallocate by 16 blocks (17-1) at once */
1648 REISERFS_SB(s)->s_alloc_options.preallocsize = 17; 1648 REISERFS_SB(s)->s_alloc_options.preallocsize = 17;
1649#ifdef CONFIG_REISERFS_FS_XATTR
1650 /* Initialize the rwsem for xattr dir */
1651 init_rwsem(&REISERFS_SB(s)->xattr_dir_sem);
1652#endif
1653 /* setup default block allocator options */ 1649 /* setup default block allocator options */
1654 reiserfs_init_alloc_options(s); 1650 reiserfs_init_alloc_options(s);
1655 1651