commit | 13c11c665320beff22ea94674da42719b6281501 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 15 22:06:16 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 12 20:30:48 2021 +0200 |
tree | 309a2b4e7c9c4481f1aa594b746669622e58a76f | |
parent | 41a4a3085591b8e837f6eec27821218b0be31036 [diff] |
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>