Fix reiserfs big seek times.
* grub-core/fs/reiserfs.c (grub_reiserfs_get_item): New argument exact. All users updated. (grub_reiserfs_read): Use nearest btree search for seeking. Fix return value on error.
This commit is contained in:
parent
dc478aeae5
commit
bb9a34e88d
2 changed files with 69 additions and 27 deletions
|
@ -1,3 +1,12 @@
|
|||
2012-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix reiserfs big seek times.
|
||||
|
||||
* grub-core/fs/reiserfs.c (grub_reiserfs_get_item): New argument
|
||||
exact. All users updated.
|
||||
(grub_reiserfs_read): Use nearest btree search for seeking.
|
||||
Fix return value on error.
|
||||
|
||||
2012-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/legacycfg.c (legacy_file): Default to restricted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue