Support btrfs multi-volume probe.
* util/getroot.c (btrfs_ioctl_dev_info_args) [__linux__]: New struct. (btrfs_ioctl_fs_info_args) [__linux__]: Likewise. (BTRFS_IOC_DEV_INFO) [__linux__]: New define. (BTRFS_IOC_FS_INFO) [__linux__]: Likewise. (grub_find_root_devices_from_btrfs) [__linux__]: New function. (grub_find_root_devices_from_mountinfo) [__linux__]: Use grub_find_root_devices_from_btrfs if on btrfs.
This commit is contained in:
parent
c36e5cd162
commit
b913642798
2 changed files with 92 additions and 4 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support btrfs multi-volume probe.
|
||||
|
||||
* util/getroot.c (btrfs_ioctl_dev_info_args) [__linux__]: New struct.
|
||||
(btrfs_ioctl_fs_info_args) [__linux__]: Likewise.
|
||||
(BTRFS_IOC_DEV_INFO) [__linux__]: New define.
|
||||
(BTRFS_IOC_FS_INFO) [__linux__]: Likewise.
|
||||
(grub_find_root_devices_from_btrfs) [__linux__]: New function.
|
||||
(grub_find_root_devices_from_mountinfo) [__linux__]: Use
|
||||
grub_find_root_devices_from_btrfs if on btrfs.
|
||||
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove any awareness of *.c util files about target.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue