commit | 1599b470fb881313c1d44594f05d578c43825312 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Nov 22 10:50:42 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 22 10:50:42 2010 -0500 |
tree | b0d17e7e100adfce7705b3c9acc21020c1ec9694 | |
parent | f89f54aff479af859ee483c907041bcc9c0698f8 [diff] |
mke2fs: Fill in min_io and opt_io with physical sector size If the device does not have an explicitly specified minimum io_size or optimal io_size, and the physical sector size is greater than the block size, then use the physical sector size as a better-than-nothing hint. This should help for SSD's that have a physical sector size of 8k or 16k (which are reportedly will be coming soon). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>