From: Christoph Hellwig Date: Thu, 24 May 2007 05:27:17 +0000 (+1000) Subject: [XFS] s/memclear_highpage_flush/zero_user_page/ X-Git-Tag: v2.6.22-rc6~86^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=700716c8468d95ec6d03566a4e4fb576c3223cbc;p=platform%2Fkernel%2Flinux-3.10.git [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 --- diff --git a/fs/xfs/linux-2.6/xfs_lrw.c b/fs/xfs/linux-2.6/xfs_lrw.c index 86fb671..ed90403 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);