]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit0f23ae74f589304bf33233f85737f4fd368549eb
treede0bfb94edee990680af5b4e4aaaa23f8edd557b
parent125c4cf9f37c98fed2c08229b31358cfec63dcf6
Revert "Btrfs: device_list_add() should not update list when mounted"

This reverts commit b96de000bc8bc9688b3a2abea4332bd57648a49f.

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