fat: fix confusion between byte and sector counts
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 May 2010 21:38:04 +0000 (14:38 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 May 2010 21:38:04 +0000 (14:38 -0700)
commit4ade7735e6607f3db51df50d4e79e636ba6a0121
tree77b487df25ca96007c92fd49c99943e03c977039
parentae197a98b905a7da7872eef29dcbb0f822fa81de
fat: fix confusion between byte and sector counts

clust_shift is in units of sectors, not in bytes; this was mixed up in
the extent finder.

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