]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: fat: add file attributes to struct fs_dirent
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 15 May 2021 20:06:16 +0000 (22:06 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
commit13c11c665320beff22ea94674da42719b6281501
tree309a2b4e7c9c4481f1aa594b746669622e58a76f
parent41a4a3085591b8e837f6eec27821218b0be31036
fs: fat: add file attributes to struct fs_dirent

When reading a directory in the UEFI file system we have to return file
attributes and timestamps. Copy this data to the directory entry structure.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat.c
include/fs.h