On Mon, Nov 18, 2019 at 04:46:41PM +0800, Anand Jain wrote: > Mostly cleanups patches. > > Patches 1-7 are renames, code moves patches and there are no > functional changes. > > Patch 8 drops unused argument in the function btrfs_sysfs_add_fsid(). > Patch 9 merges two small functions which is an extension of the other. > > Patches 10,11 and 13 removes unnecessary features in the functions, > originally it was planned to provide sysfs attributes for the scanned > and unmounted devices, as in the un-merged patch in the mailing list [1] > [1] [PATCH] btrfs: Introduce device pool sysfs attributes We want something like that, I don't recall all the past discussions, but a separate directory for all the new sysfs files should be introduced. Extending the existing /devices/ that contains just the sysfs device like should stay as is. /sys/fs/btrfs/UUID/ devinfo/ 1/ uuid state ... 2/ ...
