projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a91d25
)
[XFS] s/memclear_highpage_flush/zero_user_page/
author
Christoph Hellwig
<hch@lst.de>
Thu, 24 May 2007 05:27:17 +0000
(15:27 +1000)
committer
Tim Shimmin
<tes@chook.melbourne.sgi.com>
Tue, 19 Jun 2007 05:20:31 +0000
(15:20 +1000)
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>
fs/xfs/linux-2.6/xfs_lrw.c
patch
|
blob
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_lrw.c
b/fs/xfs/linux-2.6/xfs_lrw.c
index 86fb671a8bccf80ba0eba43d98e3fb4bee4ad41b..ed90403f0ee71dcfaefc4ae03d84990d59155f3e 100644
(file)
--- 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);