mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
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.
This commit is contained in:
commit
a289bbe277
2 changed files with 3 additions and 3 deletions
|
@ -4022,11 +4022,11 @@ S: Supported
|
||||||
|
|
||||||
XFS FILESYSTEM
|
XFS FILESYSTEM
|
||||||
P: Silicon Graphics Inc
|
P: Silicon Graphics Inc
|
||||||
P: Tim Shimmin, David Chatterton
|
P: Tim Shimmin
|
||||||
M: xfs-masters@oss.sgi.com
|
M: xfs-masters@oss.sgi.com
|
||||||
L: xfs@oss.sgi.com
|
L: xfs@oss.sgi.com
|
||||||
W: http://oss.sgi.com/projects/xfs
|
W: http://oss.sgi.com/projects/xfs
|
||||||
T: git git://oss.sgi.com:8090/xfs/xfs-2.6
|
T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
|
||||||
S: Supported
|
S: Supported
|
||||||
|
|
||||||
XILINX UARTLITE SERIAL DRIVER
|
XILINX UARTLITE SERIAL DRIVER
|
||||||
|
|
|
@ -159,7 +159,7 @@ xfs_iozero(
|
||||||
if (status)
|
if (status)
|
||||||
goto unlock;
|
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,
|
status = mapping->a_ops->commit_write(NULL, page, offset,
|
||||||
offset + bytes);
|
offset + bytes);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue