* grub-core/fs/zfs/zfs.c (read_device): Silence spurious warning.

(zfs_unmount): Fix memory leak.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-27 20:55:09 +02:00
parent 5773fb6410
commit f8d82408d9
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-10-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (read_device): Silence spurious warning.
(zfs_unmount): Fix memory leak.
2011-10-26 Vladimir Serbinenko <phcoder@gmail.com>
Support NTFS reparse points.