* grub-core/fs/ext2.c (grub_ext2_read_block): Factor out common code for indirect block handling.
Saves 185 bytes on compressed image.
This commit is contained in:
parent
e6050a683c
commit
5da5517288
2 changed files with 44 additions and 80 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-11-14 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/fs/ext2.c (grub_ext2_read_block): Factor out common
|
||||
code for indirect block handling.
|
||||
|
||||
Saves 185 bytes on compressed image.
|
||||
|
||||
2013-11-13 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
|
||||
Fix make clean.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue