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>