]> 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)
commit29cc61dc165e9ffe50d656cff6686aa2f1deadb0
treede0bfb94edee990680af5b4e4aaaa23f8edd557b
parent2aa30791b04189d4dca87a95889a609423b5e17a
Revert "Btrfs: device_list_add() should not update list when mounted"

This reverts commit 34e02301b4d15c7df6d870b54d3e36e5208faf1f.

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