fs: fat: unaligned buffers are not an error
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 13 Sep 2018 17:42:47 +0000 (19:42 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit1c381cebb7a67ad2b55e8271bbe344baf060cb85
tree2b485a0acd768bb8b650b014b506de8b649f6965
parent050cea770a873bc2d9210fb04c4db8fadbaa69ff
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>
fs/fat/fat.c
fs/fat/fat_write.c