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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to