]> git.proxmox.com Git - grub2.git/commit
Fix missing byte order conversion in get_btrfs_fs_prefix function
authorMichael Chang <mchang@suse.com>
Mon, 22 Jun 2015 08:45:27 +0000 (16:45 +0800)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 26 Jun 2015 06:55:56 +0000 (09:55 +0300)
commit7a210304ebfd6d704b4fc08fe496a0c417441879
treeebe6c060945585cbdc3b38e515fb4d2a3d339469
parentc058e85615fde15d9593ff0377cf3de94a906fac
Fix missing byte order conversion in get_btrfs_fs_prefix function

Since btrfs on-disk format uses little-endian, the searched item types
(ROOT_REF, INODE_REF) need converting the byte order in order to
function properly on big-endian systems.
grub-core/osdep/linux/getroot.c