commit | 1c381cebb7a67ad2b55e8271bbe344baf060cb85 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 13 19:42:47 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:30 2018 +0200 |
tree | 2b485a0acd768bb8b650b014b506de8b649f6965 | |
parent | 050cea770a873bc2d9210fb04c4db8fadbaa69ff [diff] |
fs: fat: unaligned buffers are not an error The FAT driver supports unaligned reads and writes and EFI applications will make use of these. So a misaligned buffer is only worth a debug message. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>