Re: [PATCH] Fix warning in fs/xfs.c

2008-07-21 Thread Cesare Leonardi
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

Re: [PATCH] Fix warning in fs/xfs.c

2008-07-20 Thread Pavel Roskin
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

Re: [PATCH] Fix warning in fs/xfs.c

2008-07-20 Thread Marco Gerards
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

Re: [PATCH] Fix warning in fs/xfs.c

2008-07-03 Thread Pavel Roskin
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

Re: [PATCH] Fix warning in fs/xfs.c

2008-07-03 Thread Marco Gerards
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

[PATCH] Fix warning in fs/xfs.c

2008-07-01 Thread Pavel Roskin
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.