1. 13 8月, 2008 3 次提交
  2. 28 7月, 2008 6 次提交
  3. 29 4月, 2008 1 次提交
  4. 18 4月, 2008 8 次提交
  5. 10 4月, 2008 1 次提交
  6. 29 2月, 2008 1 次提交
  7. 07 2月, 2008 13 次提交
  8. 19 10月, 2007 1 次提交
    • C
      [XFS] cleanup fid types mess · c6143911
      Christoph Hellwig 提交于
      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: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
      Signed-off-by: NTim Shimmin <tes@sgi.com>
      c6143911
  9. 16 10月, 2007 6 次提交