Re: [PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported

2021-04-19 Thread Qu Wenruo
On 2021/4/20 上午12:31, Boris Burkov wrote: On Mon, Apr 19, 2021 at 02:45:12PM +0800, Qu Wenruo wrote: Currently mkfs.btrfs will output a warning message if the sectorsize is not the same as page size: WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 655

Re: [PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported

2021-04-19 Thread Boris Burkov
On Mon, Apr 19, 2021 at 02:45:12PM +0800, Qu Wenruo wrote: > Currently mkfs.btrfs will output a warning message if the sectorsize is > not the same as page size: > WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match > page size 65536 > > But since btrfs subpage support f