fs: fat: use ATTR_ARCH instead of anonymous 0x20
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Nov 2020 10:13:33 +0000 (11:13 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 29 Nov 2020 04:18:16 +0000 (05:18 +0100)
commit1ec29aa30623fc8cc8f4b014497aa0d72af96720
tree87d815c245fd197b6b4c7a05e2daedc821f39475
parenta2c5a92d4865cea53de8a9297a4f4d115e6ac3b6
fs: fat: use ATTR_ARCH instead of anonymous 0x20

Using constants instead of anonymous numbers increases code readability.

Fixes: 704df6aa0a28 ("fs: fat: refactor write interface for a file offset")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat_write.c