]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/mke2fs.c
mke2fs.c (PRS, set_fs_defaults): If the sector size of the
authorTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2003 21:28:29 +0000 (17:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2003 21:28:29 +0000 (17:28 -0400)
commit93d5c38791a3778eed18fe968cdd136d23d0fa07
tree22203de851b0bcbce394de2a71e2c4b4dbd0e290
parent5c70a50b2863294da00a27b0a70e4f360358718b
mke2fs.c (PRS, set_fs_defaults): If the sector size of the
device is larger than the default block size, then use the
sector size of the device as the default block size.

getsectsize.c (ext2fs_get_device_sectsize): New function which
    returns the hardware sector size (if it is available).
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/ext2fs.h
lib/ext2fs/getsectsize.c [new file with mode: 0644]
lib/ext2fs/tst_getsectsize.c [new file with mode: 0644]
misc/ChangeLog
misc/mke2fs.c