* grub-core/fs/bfs.c (find_in_b_tree) [MODE_AFS]: Fix handling of exact

match in inner node.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-12 13:35:58 +02:00
parent 2e57f28fc7
commit 38c8ee20ca
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/bfs.c (find_in_b_tree) [MODE_AFS]: Fix handling of exact
match in inner node.
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/bfs.c (mount): Improve filesystem detection reliability.