]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
* grub-core/fs/xfs.c (grub_xfs_inode): New field fork_offset.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 16 Oct 2011 09:48:54 +0000 (11:48 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 16 Oct 2011 09:48:54 +0000 (11:48 +0200)
commit3b619ae116833fa8624d72f4c83b9c8f266ab5a5
tree4f22e5ce88d20bf061e94d40e9911df3a71b6943
parent8bcebcb8e4cb75b0b6deffeb735c9fe26eb437b1
* grub-core/fs/xfs.c (grub_xfs_inode): New field fork_offset.
(GRUB_XFS_INO_AGBITS): Make into inline function.
(GRUB_XFS_INO_INOINAG): Likewise.
(GRUB_XFS_INO_AG): Likewise.
(GRUB_XFS_FSB_TO_BLOCK): Likewise.
(GRUB_XFS_EXTENT_OFFSET): Likewise.
(GRUB_XFS_EXTENT_BLOCK): Likewise.
(GRUB_XFS_EXTENT_SIZE): Likewise.
(GRUB_XFS_ROUND_TO_DIRENT): Likewise.
(GRUB_XFS_NEXT_DIRENT): Likewise.
(grub_xfs_read_block): Rewrite the btree parsing. Fixes invalid BMAP.
(grub_xfs_read_file): Fix offset type.
ChangeLog
grub-core/fs/xfs.c