diff options
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 6c3a846a5267..166353388490 100644 --- a/fs/xfs/linux-2.6/xfs_lrw.c +++ b/fs/xfs/linux-2.6/xfs_lrw.c | |||
@@ -152,7 +152,7 @@ xfs_iozero( | |||
152 | if (status) | 152 | if (status) |
153 | break; | 153 | break; |
154 | 154 | ||
155 | zero_user_page(page, offset, bytes, KM_USER0); | 155 | zero_user(page, offset, bytes); |
156 | 156 | ||
157 | status = pagecache_write_end(NULL, mapping, pos, bytes, bytes, | 157 | status = pagecache_write_end(NULL, mapping, pos, bytes, bytes, |
158 | page, fsdata); | 158 | page, fsdata); |