* grub-core/fs/ext2.c (grub_ext2_read_block): Use shifts rather than

divisions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-05 18:37:34 +01:00
parent 033d0b4b0b
commit f797ec85a0
2 changed files with 21 additions and 14 deletions

View file

@ -1,3 +1,8 @@
2013-01-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ext2.c (grub_ext2_read_block): Use shifts rather than
divisions.
2013-01-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c: Eliminate useless divisions in favor of shifts.