]> git.ipfire.org Git - thirdparty/grub.git/commit
exfat: Save the matching directory entry struct when searching
authorDavid Michael <fedora.dm0@gmail.com>
Sat, 7 Mar 2020 05:59:31 +0000 (00:59 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 10 Mar 2020 20:48:05 +0000 (21:48 +0100)
commit8ad7c23864d56c94a9b9ec47b223170571ae412b
tree40a9ebcdd560e4a3b14f5d75da556bc56de3c3bf
parent1657e72f5bd6cdb9c35cbeb394c1d4329f8f024b
exfat: Save the matching directory entry struct when searching

This provides the node's attributes outside the iterator function
so the file modification time can be accessed and reported.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/fat.c