From b66f44b578a3aef798d5bc86183fa4a71aa4446d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 24 May 2007 15:27:17 +1000 Subject: [PATCH] --- yaml --- r: 57864 b: refs/heads/master c: 700716c8468d95ec6d03566a4e4fb576c3223cbc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_lrw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b438c324f4e1..084fb284a735 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a91d25c0243bf20356e51cc5dbb821cc8cc129b +refs/heads/master: 700716c8468d95ec6d03566a4e4fb576c3223cbc diff --git a/trunk/fs/xfs/linux-2.6/xfs_lrw.c b/trunk/fs/xfs/linux-2.6/xfs_lrw.c index 86fb671a8bcc..ed90403f0ee7 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_lrw.c +++ b/trunk/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);