* grub-core/fs/zfs/zfs.c (uberblock_verify): New parameter size.
All users updated. (find_bestub): Determine correct size. (fill_vdev_info_real): Fill ashift. New argument. All users updated. (scan_disk): Align the size down. Call check pool before find_bestub to have ashift. Note: real text was accidently commited 2 commits ago. Also-By: Richard Laager <rlaager@wiktel.com> Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
b055dd326a
commit
8f9d3a8c36
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2012-01-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
2012-01-22 Zachary Bedell <pendorbound@gmail.com>
|
||||
2012-01-22 Richard Laager <rlaager@wiktel.com>
|
||||
|
||||
* grub-core/fs/zfs/zfs.c (uberblock_verify): New parameter size.
|
||||
All users updated.
|
||||
(find_bestub): Determine correct size.
|
||||
(fill_vdev_info_real): Fill ashift. New argument. All users updated.
|
||||
(scan_disk): Align the size down.
|
||||
Call check pool before find_bestub to have ashift.
|
||||
|
||||
2012-01-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/relocator.c (malloc_in_range): Remove couple of
|
||||
|
|
Loading…
Reference in a new issue