Hi, everyone! mkfs.btrfs just does the following check for sectorsize when we use it to make a btrfs. sectorsize = max(sectorsize, (u32)getpagesize()); Does that mean we can set sectorsize to any number greater than pagesize? If not, I think we should do more check for sectorsize in mkfs.btrfs. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Reasonably Related Threads
- [PATCH] Remove pagesize parameter from vring_init/vring_size
- [PATCH] Remove pagesize parameter from vring_init/vring_size
- [btrfs-progs 1/4] Add man/mkfs.btrfs.8.in
- [PATCH] Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE
- [PATCH] Btrfs-progs: change the way mkfs picks raid profiles