diff options
author | Yingping Lu <yingping@sgi.com> | 2006-03-22 04:44:15 +0300 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-22 04:44:15 +0300 |
commit | f1fdc848aab7fb95b32e058b7f06cc07912b3734 (patch) | |
tree | 65cdb6b329230324d87ac62f0d6d7a71a7bbba97 /fs/xfs/xfs_iomap.c | |
parent | 6cc8fef4cbeb0b65d225d7b599c75eb5b40a6534 (diff) | |
download | linux-f1fdc848aab7fb95b32e058b7f06cc07912b3734.tar.xz |
[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/xfs_iomap.c')
-rw-r--r-- | fs/xfs/xfs_iomap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c index 788917f355c4..d5dfedcb8922 100644 --- a/fs/xfs/xfs_iomap.c +++ b/fs/xfs/xfs_iomap.c @@ -76,7 +76,7 @@ xfs_iomap_enter_trace( (void *)((unsigned long)count), (void *)((unsigned long)((io->io_new_size >> 32) & 0xffffffff)), (void *)((unsigned long)(io->io_new_size & 0xffffffff)), - (void *)NULL, + (void *)((unsigned long)current_pid()), (void *)NULL, (void *)NULL, (void *)NULL, |