commit | 11cc61a7c7e52d018d50e7d496cb5694ec712c73 | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.com> | Tue Apr 09 21:11:55 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 16:24:02 2013 -0400 |
tree | 429f9e48d0f5dfc9529462d37396b9fae9377854 | |
parent | 9b2ecead246adbd7e151aabb1b643350501c6d22 [diff] |
fs/fat: Don't multiply fatsize with sector size Bugfix: Here at this place we need the fat size in sectors not bytes. This was found during code review when adding support for storage devices with blocksizes != 512. Signed-off-by: Egbert Eich <eich@suse.com>