]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita8a20004811ee44cbe23795d8cb7fff77b46c57c
tree87d815c245fd197b6b4c7a05e2daedc821f39475
parent9ba93e3216e6067d7b19761cd3f22b75da9db7ec
fs: fat: use ATTR_ARCH instead of anonymous 0x20

Using constants instead of anonymous numbers increases code readability.

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