Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 700716c8 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Tim Shimmin
Browse files

[XFS] s/memclear_highpage_flush/zero_user_page/



SGI-PV: 957103
SGI-Modid: xfs-linux-melb:xfs-kern:28678a

Signed-off-by: default avatarChristoph Hellwig <hch@infradead.org>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 6a91d25c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);