commit | f89f54aff479af859ee483c907041bcc9c0698f8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Nov 21 09:56:53 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 22 09:22:05 2010 -0500 |
tree | 10b2c43b02868d6a9a52174c99d43ecf6ab57d22 | |
parent | 210fd2c7072f2f150e2bb10b07c49472bb78e366 [diff] |
mke2fs: Do not require -F for block size < physical size There will be SSD's out soon that have 8k or 16k phyiscal block sizes. So don't enforce a requirement that the block size be less than the physical block size unless the force option is given, and don't give a warning if the user can't do anything about it (i.e., if the physical block size is > than the page size). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>