File data extent tracking can get very complicated if we have to worry
about page sized writes that are less than the block size. We can avoid
all that complexity if we define the block size to be the smallest
possible page size.
Signed-off-by: Zach Brown <zab@versity.com>