Whamcloud - gitweb
Add support for with empty directory blocks in 64k blocksize filesystems
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Aug 2008 01:08:19 +0000 (21:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Aug 2008 01:08:19 +0000 (21:08 -0400)
commit5dd77dbe5a0ac6d78c1c6441fae4087be56d9088
treebb81c9f0ac2480836564a185fc0695cce4e65d5c
parent649bd289d016e4d6db07318145ba488bf7095248
Add support for with empty directory blocks in 64k blocksize filesystems

The rec_len field in the directory entry is 16 bits, so if the
filesystem is completely empty, rec_len of 0 is used to designate
65536, for the case where the directory entry takes the entire 64k
block.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/htree.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/problem.c
e2fsck/rehash.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/dirblock.c
lib/ext2fs/link.c
lib/ext2fs/newdir.c
misc/e2image.c