[XFS] cleanup fid types mess
authorChristoph Hellwig <hch@infradead.org>
Fri, 14 Sep 2007 05:22:37 +0000 (15:22 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Fri, 19 Oct 2007 08:02:55 +0000 (18:02 +1000)
commitc6143911a7e0f8abef0319c801eb36718f57dfde
tree86138962b153b617b5c117797394e23337f979c7
parentc8fcfac5a257f8a04f7ba3d397dedccffef19be2
[XFS] cleanup fid types mess

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.

SGI-PV: 970336
SGI-Modid: xfs-linux-melb:xfs-kern:29651a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_export.c
fs/xfs/linux-2.6/xfs_export.h
fs/xfs/linux-2.6/xfs_ioctl.c
fs/xfs/xfs_fs.h
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vfsops.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h