commit | bc8d98713f10582f4e35b9208f1b967c6a9f9953 | [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 | d7ea4d4d4c6ddd80ca246daf8383f7632c7db7ae [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>