commit | aa9d6bacd0fc42622dfba2decba69266f5117c3a | [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 | 1af423b0f4265959fabf5aa8612c39b3e2c7eeb9 [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>