xfs
[Top] [All Lists]

Re: [PATCH] add xfs_map_buffer helper

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH] add xfs_map_buffer helper
From: Nathan Scott <nathans@xxxxxxx>
Date: Mon, 27 Feb 2006 14:01:33 +1100
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <20060222200841.GC28502@xxxxxx>
References: <20060222200841.GC28502@xxxxxx>
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.3i
On Wed, Feb 22, 2006 at 09:08:41PM +0100, Christoph Hellwig wrote:
>  ...
>  STATIC void
> +xfs_map_buffer(
> +     struct buffer_head      *bh,
> +     xfs_iomap_t             *mp,
> +     xfs_off_t               offset,
> +     uint                    block_bits)
> +{
> +     sector_t                bn;

This looks like it would prefer to be an xfs_daddr_t (always 64 bits)
not a sector_t - I've changed that and merged it & the other patches.

thanks.

-- 
Nathan


<Prev in Thread] Current Thread [Next in Thread>