Whamcloud - gitweb
mke2fs: Do not require -F for block size < physical size
authorTheodore Ts'o <tytso@mit.edu>
Sun, 21 Nov 2010 14:56:53 +0000 (09:56 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 22 Nov 2010 14:22:05 +0000 (09:22 -0500)
commitf89f54aff479af859ee483c907041bcc9c0698f8
tree10b2c43b02868d6a9a52174c99d43ecf6ab57d22
parent210fd2c7072f2f150e2bb10b07c49472bb78e366
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>
misc/mke2fs.c