В Mon, 14 Jul 2014 17:21:28 +0200
Jan Kara <j...@suse.cz> пишет:

> Signed-off-by: Jan Kara <j...@suse.cz>
> ---
>  grub-core/fs/xfs.c | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)
> 
> diff --git a/grub-core/fs/xfs.c b/grub-core/fs/xfs.c
> index 16ffd3f1ebd9..a2fc942707c1 100644
> --- a/grub-core/fs/xfs.c
> +++ b/grub-core/fs/xfs.c
> @@ -255,6 +255,11 @@ grub_xfs_inode_offset (struct grub_xfs_data *data,
>         data->sblock.log2_inode);
>  }
>  
> +static inline int
> +grub_xfs_inode_size(struct grub_xfs_data *data)

This should be grub_size_t.

What is the reason to add it? It does not look like subsequent
patches modify this function like making it conditional on XFS version.

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to