xfs
[Top] [All Lists]

Re: [PATCH] cleanup fid types mess

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH] cleanup fid types mess
From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Mon, 10 Sep 2007 16:09:35 +0100
Cc: xfs@xxxxxxxxxxx
In-reply-to: <20070829134612.GA504@lst.de>
References: <20070829134612.GA504@lst.de>
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.4.2.3i
On Wed, Aug 29, 2007 at 03:46:12PM +0200, Christoph Hellwig wrote:
> Currently XFs has three different fid types: struct fid, struct xfs_fid
> and struct xfs_fid2 with hte latter two beeing identicaly and the first
> one beeing the same size but an unstructured array with the same size.
> 
> This patch consolidates all this to alway uuse struct xfs_fid.
> 
> This patch is required for an upcoming patch series from me that revamps
> the nfs exporting code and introduces a Linux-wide struct fid.
> 
> 
> Note: the patch is ontop of Eric's inode/vnode tracing cleanup.

Any chance review of this one (and Eric's patch) could be sped up a little
as I have things in the queue relying on this one?


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH] cleanup fid types mess, Christoph Hellwig <=