FAT: need to track the current position past discontinuities syslinux-4.00-pre44
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 May 2010 22:40:35 +0000 (15:40 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 May 2010 22:40:35 +0000 (15:40 -0700)
commit922b714122d23fb06e3c11cc65cab094507465c1
tree2fb8da512c4676fd077d0da1e3c8eccd1ac2021f
parentf71c8fb531f6db841248c66f814af859eb48f469
FAT: need to track the current position past discontinuities

When we have a discontiguous file (broken extent), then we need to
keep track of where the next extent starts, not where the current
extent ends.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/fat/fat.c