Liu Bo 47dba17171 Btrfs: remove rcu_barrier in btrfs_close_devices
It was introduced because btrfs used to do blkdev_put in a deferred
work, now that btrfs has blkdev_put in place, this rcu_barrier can be
removed.

modprobe -r btrfs will do btrfs_cleanup_fs_uuids(), where it cleanup
every %fs_devices on the list, but when we do btrfs_close_devices(), we
have replaced the devices on the list with dummy ones which only have
the same name and uuid, so modprobe -r btrfs will free those instead of
what we were using, this change won't cause a problem for it.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ copied 2nd paragraph from mailinglist discussion ]
Signed-off-by: David Sterba <dsterba@suse.com>
2018-01-22 16:08:11 +01:00
..
2017-11-29 14:26:50 -08:00
2017-11-29 14:26:50 -08:00
2017-12-10 08:30:04 -08:00
2017-11-01 20:45:35 +01:00
2017-12-10 08:30:04 -08:00
2017-10-30 12:28:00 +01:00
2017-10-30 12:27:57 +01:00
2017-11-29 14:26:50 -08:00
2018-01-22 16:08:11 +01:00