diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-19 11:06:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-19 11:06:25 -0400 |
commit | a289bbe27785a5f47dc501fa2bc18edfec147117 (patch) | |
tree | 848d1625340483d1202c531916ab8de42e01ec0a | |
parent | 41e904dee22066ae7ac3a7f695b2c8bd43ce4e04 (diff) | |
parent | e99f056b2777f3fc6871ff6347c98c0321ad2f8f (diff) |
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
* 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6:
[XFS] Update the MAINTAINERS file entry for XFS - change git repo name.
[XFS] s/memclear_highpage_flush/zero_user_page/
[XFS] Update the MAINTAINERS file entry for XFS.
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_lrw.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bef79776b388..4ce895a4b5ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4022,11 +4022,11 @@ S: Supported | |||
4022 | 4022 | ||
4023 | XFS FILESYSTEM | 4023 | XFS FILESYSTEM |
4024 | P: Silicon Graphics Inc | 4024 | P: Silicon Graphics Inc |
4025 | P: Tim Shimmin, David Chatterton | 4025 | P: Tim Shimmin |
4026 | M: xfs-masters@oss.sgi.com | 4026 | M: xfs-masters@oss.sgi.com |
4027 | L: xfs@oss.sgi.com | 4027 | L: xfs@oss.sgi.com |
4028 | W: http://oss.sgi.com/projects/xfs | 4028 | W: http://oss.sgi.com/projects/xfs |
4029 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6 | 4029 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git |
4030 | S: Supported | 4030 | S: Supported |
4031 | 4031 | ||
4032 | XILINX UARTLITE SERIAL DRIVER | 4032 | XILINX UARTLITE SERIAL DRIVER |
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); |