Re: [PATCH v3 1/2] exfat: Save the matching directory entry struct when searching

2020-03-09 Thread Daniel Kiper
On Sat, Mar 07, 2020 at 12:59:31AM -0500, David Michael wrote: > 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 Reviewed-by: Daniel Kiper Daniel

[PATCH v3 1/2] exfat: Save the matching directory entry struct when searching

2020-03-06 Thread David Michael
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 --- Changes since v2: * Updated commit message grub-core/fs/fat.c | 31 --- 1 file changed, 16