]> git.ipfire.org Git - thirdparty/grub.git/commit
fs/ntfs: Make code more readable
authorMaxim Suhanov <dfirblog@gmail.com>
Mon, 28 Aug 2023 13:40:07 +0000 (16:40 +0300)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 3 Oct 2023 13:38:48 +0000 (15:38 +0200)
commite58b870ff926415e23fc386af41ff81b2f588763
tree062c7541e2fef787a0672d3530dbacb83f185314
parent1fe82c41e070385e273d7bb1cfb482627a3c28e8
fs/ntfs: Make code more readable

Move some calls used to access NTFS attribute header fields into
functions with human-readable names.

Suggested-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Maxim Suhanov <dfirblog@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/ntfs.c