diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index c5f8fca4195f..bd6d143cea85 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -769,7 +769,7 @@ static int btrfs_fill_super(struct super_block *sb, | |||
769 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL | 769 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL |
770 | sb->s_flags |= MS_POSIXACL; | 770 | sb->s_flags |= MS_POSIXACL; |
771 | #endif | 771 | #endif |
772 | 772 | sb->s_flags |= MS_I_VERSION; | |
773 | err = open_ctree(sb, fs_devices, (char *)data); | 773 | err = open_ctree(sb, fs_devices, (char *)data); |
774 | if (err) { | 774 | if (err) { |
775 | printk("btrfs: open_ctree failed\n"); | 775 | printk("btrfs: open_ctree failed\n"); |