[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20071019083019.6F53058C38F1@chook.melbourne.sgi.com>
Date: Fri, 19 Oct 2007 18:30:19 +1000
From: tes@....com (Tim Shimmin)
To: torvalds@...ux-foundation.org
Cc: tes@....com, linux-kernel@...r.kernel.org, xfs@....sgi.com,
akpm@...ux-foundation.org
Subject: [GIT PULL] XFS update for 2.6.24-rc1
Hi Linus,
A couple of Christoph patches for XFS ...
A fid one for nfs exports which akpm is waiting for.
Thanks.
Please pull from the for-linus branch:
git pull git://oss.sgi.com:8090/xfs/xfs-2.6.git for-linus
This will update the following files:
fs/xfs/linux-2.6/xfs_export.c | 6 +++---
fs/xfs/linux-2.6/xfs_export.h | 6 +++---
fs/xfs/linux-2.6/xfs_ioctl.c | 24 ++++++++++++------------
fs/xfs/xfs_dmops.c | 21 ++++-----------------
fs/xfs/xfs_fs.h | 29 ++++++-----------------------
fs/xfs/xfs_qmops.c | 22 +++++++---------------
fs/xfs/xfs_vfsops.c | 9 ++++-----
fs/xfs/xfs_vfsops.h | 4 ++--
fs/xfs/xfs_vnodeops.c | 13 ++-----------
fs/xfs/xfs_vnodeops.h | 2 +-
10 files changed, 44 insertions(+), 92 deletions(-)
through these commits:
commit c6143911a7e0f8abef0319c801eb36718f57dfde
Author: Christoph Hellwig <hch@...radead.org>
Date: Fri Sep 14 15:22:37 2007 +1000
[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@...radead.org>
Signed-off-by: Lachlan McIlroy <lachlan@....com>
Signed-off-by: Tim Shimmin <tes@....com>
commit c8fcfac5a257f8a04f7ba3d397dedccffef19be2
Author: Christoph Hellwig <hch@....de>
Date: Fri Oct 19 16:57:01 2007 +1000
[XFS] fixups after behavior removal merge into mainline git
Fixup for lack of dmapi support and no quota module support.
SGI-PV: 969985
Signed-off-by: Christoph Hellwig <hch@...radead.org>
Signed-off-by: Tim Shimmin <tes@....com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists