]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: Don't use the extended rec_len encoding for standard file systems
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2010 18:53:02 +0000 (13:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2010 18:53:02 +0000 (13:53 -0500)
commita4fdf09414e04e9ecb995aa0af2f525d335987ae
treecfe7058bcb05a10e62f0520102990e6584078ae9
parent9098c986b64bb65a2b7fcd2724a400ba1f451f6b
libext2fs: Don't use the extended rec_len encoding for standard file systems

If the file system has a blocksize less than 64k, then don't use the
extended rec_len encoding, to be consistent with what the kernel will
do.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/dir_iterate.c
tests/f_dup3/expect.1
tests/f_dupfsblks/expect.1