Whamcloud - gitweb
dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2 since
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2001 00:40:51 +0000 (20:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2001 00:40:51 +0000 (20:40 -0400)
commit89a1fa831f466cb4c79f5e4ea1db36aa479a1355
tree67229fa2dd1fe7983b2f6c2c31db7f1f41bcae76
parent42475e281d22dbefd7f0b399f6056f642fa0ab92
dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2 since
the byte-swapping code all assumes the ext2_dir_entry structure.
(It's a question of whether or not name_len should be byte-swapped or
not, and whether it's a 16 bit or 8 bit field.)
lib/ext2fs/ChangeLog
lib/ext2fs/dirblock.c