* grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use grub_uint8_t for

mask rather than 64-bit type.

	Saves 20 bytes on compressed image.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-21 03:23:57 +02:00
parent 63efa602ff
commit d9ee2269c8
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use grub_uint8_t for
mask rather than 64-bit type.
Saves 20 bytes on compressed image.
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c (read_data): Move code for compressed data to ...