]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "Btrfs: device_list_add() should not update list when mounted"
authorChris Mason <clm@fb.com>
Thu, 18 Sep 2014 14:49:05 +0000 (07:49 -0700)
committerChris Mason <clm@fb.com>
Thu, 18 Sep 2014 14:49:05 +0000 (07:49 -0700)
commitdf040d515bc14d8c99d04289d74122a68396aa46
treede0bfb94edee990680af5b4e4aaaa23f8edd557b
parent208688a01cac7697c0ebc409ea03dc2a59921e42
Revert "Btrfs: device_list_add() should not update list when mounted"

This reverts commit bcb0513029f1721e4e28e3a87507fef053d505d7.

This commit is triggering failures to mount by subvolume id in some
configurations.  The main problem is how many different ways this
scanning function is used, both for scanning while mounted and
unmounted.  A proper cleanup is too big for late rcs.

For now, just revert the commit and we'll put a better fix into a later
merge window.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/volumes.c