]> git.hungrycats.org Git - linux/commitdiff
zygo: btrfs: disable writeable mount device check
authorZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sat, 27 Feb 2016 14:48:08 +0000 (09:48 -0500)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sat, 27 Feb 2016 14:48:08 +0000 (09:48 -0500)
fs/btrfs/disk-io.c

index 147cad7b755e7a090d42489ad83354263d51fade..716376b31e47e3d7320cd9d2cab86328e6e72a94 100644 (file)
@@ -2892,8 +2892,7 @@ retry_root_backup:
             fs_info->num_tolerated_disk_barrier_failures &&
            !(sb->s_flags & MS_RDONLY)) {
                printk(KERN_WARNING "BTRFS: "
-                       "too many missing devices, writeable mount is not allowed\n");
-               goto fail_sysfs;
+                       "too many missing devices, writeable mount should not be allowed\n");
        }
 
        fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root,