ext2: use generic_getfssec syslinux-4.00-pre28
authorH. Peter Anvin <hpa@zytor.com>
Sat, 27 Feb 2010 02:15:55 +0000 (18:15 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Feb 2010 02:15:55 +0000 (18:15 -0800)
commit0458be0391b4a7448e2a1911427c4c1800fe7145
treecd99eb920a59019387baace38585ace47dffdace
parent5143a9816e38bc518443392804d1d2ca80a225ab
ext2: use generic_getfssec

Use generic_getfssec for ext2.

NOTE: Something seems wrong with the generic_getfssec() loop; running
this on an ext2 filesystem ends up with the code looking up the same
extent twice in a row, which should not happen.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/ext2/bmap.c
core/fs/ext2/ext2.c
core/fs/ext2/ext2_fs.h