]> 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)
commit3cd173c1dc64168434c108f55a594b2507226067
tree2e39fd8572eeb4eff654de26011c41a0a50c6020
parent71c4fafc3568cd93ea861e8c84d30badcc43c7e1
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