commit | 5dd77dbe5a0ac6d78c1c6441fae4087be56d9088 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Aug 25 21:08:19 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 25 21:08:19 2008 -0400 |
tree | bb81c9f0ac2480836564a185fc0695cce4e65d5c | |
parent | 649bd289d016e4d6db07318145ba488bf7095248 [diff] |
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>