An error occurred fetching the project authors.
  1. 28 Jul, 2008 4 commits
  2. 29 Apr, 2008 1 commit
  3. 18 Apr, 2008 8 commits
  4. 10 Apr, 2008 1 commit
  5. 29 Feb, 2008 1 commit
  6. 07 Feb, 2008 13 commits
  7. 19 Oct, 2007 1 commit
    • Christoph Hellwig's avatar
      [XFS] cleanup fid types mess · c6143911
      Christoph Hellwig authored
      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: default avatarChristoph Hellwig <hch@infradead.org>
      Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
      Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
      c6143911
  8. 16 Oct, 2007 11 commits