Increase fragment size to block size
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 23 Feb 2011 21:57:50 +0000 (13:57 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 23 Feb 2011 22:00:06 +0000 (14:00 -0800)
commit05ff35c602827a0f03659ec974c67b3fb5bf1c0b
tree49be67a4fc6d5ecd067caf1df8575f3084b7798f
parentf6dcdf13f80ee039141ab92ae506bd4443111662
Increase fragment size to block size

The underlying storage pool actually uses multiple block
size.  Under Solaris frsize (fragment size) is reported as
the smallest block size we support, and bsize (block size)
as the filesystem's maximum block size.  Unfortunately,
under Linux the fragment size and block size are often used
interchangeably.  Thus we are forced to report both of them
as the filesystem's maximum block size.

Closes #112
module/zfs/zfs_vfsops.c