On 11/19/19 6:58 PM, David Sterba wrote:
On Tue, Nov 19, 2019 at 11:24:37AM +0200, Nikolay Borisov wrote:
On 18.11.19 г. 10:46 ч., Anand Jain wrote:
No functional changes. Move functions to bring btrfs_sysfs_remove_fsid()
and btrfs_sysfs_add_fsid() and its related functions together.
Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx>
This seems like pointless code motion.
Yeah, unless there's some other reason to move the code, just plain
moves are not desired.
The reason was - btrfs_sysfs_add_fsid() and btrfs_sysfs_remove_fsid()
are related. Easy to read and verify to have placed them one below
other.
Ok not a big deal. I am ok either ways.