Skip to content

Commit

Permalink
[XFS] s/memclear_highpage_flush/zero_user_page/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Tim Shimmin committed Jun 19, 2007
1 parent 6a91d25 commit 700716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/linux-2.6/xfs_lrw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 700716c

Please sign in to comment.