On Wed, Oct 23, 2019 at 06:53:03PM -0400, Dennis Zhou wrote: > Btrfs only allowed attributes to be exposed in debug/. Let's let other > groups be created by making debug its own kobject. > > This also makes the per-fs debug options separate from the global > features mount attributes. This seems to be needed as > sysfs_create_files() requires const struct attribute * while > sysfs_create_group() can take struct attribute *. This seems nicer as > per file system, you'll probably use to_fs_info(). > > Signed-off-by: Dennis Zhou <dennis@xxxxxxxxxx> Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef
