diff options
author | Yingping Lu <yingping@sgi.com> | 2006-03-22 02:44:15 +0100 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-22 02:44:15 +0100 |
commit | f1fdc848aab7fb95b32e058b7f06cc07912b3734 (patch) | |
tree | 65cdb6b329230324d87ac62f0d6d7a71a7bbba97 /fs/xfs/linux-2.6/xfs_aops.c | |
parent | [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. (diff) | |
download | linux-f1fdc848aab7fb95b32e058b7f06cc07912b3734.tar.xz linux-f1fdc848aab7fb95b32e058b7f06cc07912b3734.zip |
[XFS] Fixing KDB's xrwtrc command, also added the current process id into
the trace.
SGI-PV: 948300
SGI-Modid: xfs-linux-melb:xfs-kern:208069a
Signed-off-by: Yingping Lu <yingping@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_aops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index d9bf130c63ba..965757cf15e9 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c @@ -103,7 +103,7 @@ xfs_page_trace( (void *)((unsigned long)delalloc), (void *)((unsigned long)unmapped), (void *)((unsigned long)unwritten), - (void *)NULL, + (void *)((unsigned long)current_pid()), (void *)NULL); } #else |