commit | 8d48c92b45aea91e2a2be90f2ed93677e85526f1 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Dec 17 03:55:10 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 27 11:24:14 2016 -0500 |
tree | 49ef92c31096aafe1ca76a03fe088d997f7512ad | |
parent | b8948d2aef80717d3d2c4f37ec086ce3ea5ad24f [diff] |
fs/fat: simplify get_fatent for FAT12 Instead of shuffling bits from two adjacent 16 bit words, use one 16 bit word with the appropriate byte offset in the buffer. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>