diff options
author | Christoph Hellwig <hch@lst.de> | 2007-05-24 01:27:17 -0400 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-06-19 01:20:31 -0400 |
commit | 700716c8468d95ec6d03566a4e4fb576c3223cbc (patch) | |
tree | da8159ab87922f041bd17e6250ed4d6eea84c7a3 /fs/xfs/linux-2.6/xfs_lrw.c | |
parent | 6a91d25c0243bf20356e51cc5dbb821cc8cc129b (diff) |
[XFS] s/memclear_highpage_flush/zero_user_page/
SGI-PV: 957103
SGI-Modid: xfs-linux-melb:xfs-kern:28678a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_lrw.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_lrw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
159 | if (status) | 159 | if (status) |
160 | goto unlock; | 160 | goto unlock; |
161 | 161 | ||
162 | memclear_highpage_flush(page, offset, bytes); | 162 | zero_user_page(page, offset, bytes, KM_USER0); |
163 | 163 | ||
164 | status = mapping->a_ops->commit_write(NULL, page, offset, | 164 | status = mapping->a_ops->commit_write(NULL, page, offset, |
165 | offset + bytes); | 165 | offset + bytes); |