]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: add sysfs interface for supported sectorsize
authorQu Wenruo <wqu@suse.com>
Thu, 25 Mar 2021 07:14:33 +0000 (15:14 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:18 +0000 (17:25 +0200)
commit3acdfd1d338271f1599c9f68df5a0424d8049a81
tree2e39fd8572eeb4eff654de26011c41a0a50c6020
parent5d22d1f542713f42d01fa272fa501fb376722e48
btrfs: add sysfs interface for supported sectorsize

Export supported sector sizes in /sys/fs/btrfs/features/supported_sectorsizes.

Currently all architectures have PAGE_SIZE, There's some disparity
between read-only and read-write support but that will be unified in the
future so there's only one file exporting the size.

The read-only support for systems with 64K pages also works for 4K
sector size.

This new sysfs interface would help eg. mkfs.btrfs to print more
accurate warnings about potentially incompatible option combinations.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/sysfs.c