* grub-core/fs/ufs.c (grub_ufs_lookup_symlink): Use proper check for

inline symlinks in addition to workaround.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-03 09:21:09 +02:00
parent 3b4afb4de1
commit 59fd2aacd0
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-05-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ufs.c (grub_ufs_lookup_symlink): Use proper check for
inline symlinks in addition to workaround.
2012-05-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/xfs.c (grub_xfs_iterate_dir): Handle read_inode errors.