diff options
author | Jan Kara | 2007-11-15 02:00:19 +0100 |
---|---|---|
committer | Linus Torvalds | 2007-11-15 03:45:43 +0100 |
commit | 7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1 (patch) | |
tree | 67afad25e4de3139d3b993e22327096c3e015013 /arch/um | |
parent | smbfs: fix debug builds (diff) | |
download | kernel-qcow2-linux-7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1.tar.gz kernel-qcow2-linux-7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1.tar.xz kernel-qcow2-linux-7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1.zip |
Fix 64KB blocksize in ext3 directories
With 64KB blocksize, a directory entry can have size 64KB which does not
fit into 16 bits we have for entry lenght. So we store 0xffff instead and
convert value when read from / written to disk. The patch also converts
some places to use ext3_next_entry() when we are changing them anyway.
[akpm@linux-foundation.org: coding-style cleanups]
Signed-off-by: Jan Kara <jack@suse.cz>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um')
0 files changed, 0 insertions, 0 deletions