Skip to content

Commit

Permalink
Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
  • Loading branch information
Anand Jain authored and David Sterba committed May 27, 2015
1 parent 24bd69c commit 2421a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ int btrfs_init_new_device(struct btrfs_root *root, char *device_path)
root->fs_info->fsid);
if (kobject_rename(&root->fs_info->fs_devices->super_kobj,
fsid_buf))
goto error_trans;
pr_warn("BTRFS: sysfs: failed to create fsid for sprout\n");
}

root->fs_info->num_tolerated_disk_barrier_failures =
Expand Down

0 comments on commit 2421a8c

Please sign in to comment.