From 78bfd36169398bfc07bca218952a429bf301bc55 Mon Sep 17 00:00:00 2001 From: Timothy Shimmin Date: Mon, 11 Jun 2007 20:42:09 -0700 Subject: [PATCH 1/3] [XFS] Update the MAINTAINERS file entry for XFS. Remove David Chatterton from XFS entry in MAINTAINERS file. Signed-off-by: Tim Shimmin --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4c715a7e059a..8fa3005de459 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4012,7 +4012,7 @@ S: Supported XFS FILESYSTEM P: Silicon Graphics Inc -P: Tim Shimmin, David Chatterton +P: Tim Shimmin M: xfs-masters@oss.sgi.com L: xfs@oss.sgi.com W: http://oss.sgi.com/projects/xfs From 700716c8468d95ec6d03566a4e4fb576c3223cbc Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 24 May 2007 15:27:17 +1000 Subject: [PATCH 2/3] [XFS] s/memclear_highpage_flush/zero_user_page/ SGI-PV: 957103 SGI-Modid: xfs-linux-melb:xfs-kern:28678a Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- fs/xfs/linux-2.6/xfs_lrw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/linux-2.6/xfs_lrw.c b/fs/xfs/linux-2.6/xfs_lrw.c index 86fb671a8bcc..ed90403f0ee7 100644 --- a/fs/xfs/linux-2.6/xfs_lrw.c +++ b/fs/xfs/linux-2.6/xfs_lrw.c @@ -159,7 +159,7 @@ xfs_iozero( if (status) goto unlock; - memclear_highpage_flush(page, offset, bytes); + zero_user_page(page, offset, bytes, KM_USER0); status = mapping->a_ops->commit_write(NULL, page, offset, offset + bytes); From e99f056b2777f3fc6871ff6347c98c0321ad2f8f Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Tue, 19 Jun 2007 15:26:35 +1000 Subject: [PATCH 3/3] [XFS] Update the MAINTAINERS file entry for XFS - change git repo name. Make the git repository bare and so give it the conventional .git suffix. Signed-off-by: Tim Shimmin --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 303ef7de4cf4..4ce895a4b5ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4026,7 +4026,7 @@ P: Tim Shimmin M: xfs-masters@oss.sgi.com L: xfs@oss.sgi.com W: http://oss.sgi.com/projects/xfs -T: git git://oss.sgi.com:8090/xfs/xfs-2.6 +T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git S: Supported XILINX UARTLITE SERIAL DRIVER