Marco Gerards wrote:
Pavel Roskin <[EMAIL PROTECTED]> writes:
On Thu, 2008-07-03 at 20:21 +0200, Marco Gerards wrote:
Pavel Roskin <[EMAIL PROTECTED]> writes:
ChangeLog:
* fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
those in Linux XFS code. Provide a way to a
On Sun, 2008-07-20 at 20:50 +0200, Marco Gerards wrote:
> Pavel Roskin <[EMAIL PROTECTED]> writes:
> > i4 and i8 are generally used by Linux XFS code to describe 32-bit and
> > 64-bit values if either can be used. The "smallino" field was highly
> > misleading because it had to be negated. It's t
Pavel Roskin <[EMAIL PROTECTED]> writes:
> On Thu, 2008-07-03 at 20:21 +0200, Marco Gerards wrote:
>> Pavel Roskin <[EMAIL PROTECTED]> writes:
>>
>> > ChangeLog:
>> >* fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
>> >those in Linux XFS code. Provide a way to access 64-bit
On Thu, 2008-07-03 at 20:21 +0200, Marco Gerards wrote:
> Pavel Roskin <[EMAIL PROTECTED]> writes:
>
> > ChangeLog:
> > * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
> > those in Linux XFS code. Provide a way to access 64-bit parent
> > inode.
> > (grub_xfs_iterate
Pavel Roskin <[EMAIL PROTECTED]> writes:
> ChangeLog:
> * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
> those in Linux XFS code. Provide a way to access 64-bit parent
> inode.
> (grub_xfs_iterate_dir): Use the new names. Avoid reading past
> the end
ChangeLog:
* fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
those in Linux XFS code. Provide a way to access 64-bit parent
inode.
(grub_xfs_iterate_dir): Use the new names. Avoid reading past
the end of struct grub_xfs_dir_header.
---
fs/xfs.