Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / fs / btrfs / super.c
index 4071fe2bd0981a547f983ebeaa944f3179d97659..21f2b2d87f373898a63336faf58d0bcddaf65c9b 100644 (file)
@@ -1836,7 +1836,7 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data)
                }
                sb->s_flags &= ~MS_RDONLY;
 
-               fs_info->open = 1;
+               set_bit(BTRFS_FS_OPEN, &fs_info->flags);
        }
 out:
        wake_up_process(fs_info->transaction_kthread);
This page took 0.04005 seconds and 5 git commands to generate.