diff options
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( | |||
103 | (void *)((unsigned long)delalloc), | 103 | (void *)((unsigned long)delalloc), |
104 | (void *)((unsigned long)unmapped), | 104 | (void *)((unsigned long)unmapped), |
105 | (void *)((unsigned long)unwritten), | 105 | (void *)((unsigned long)unwritten), |
106 | (void *)NULL, | 106 | (void *)((unsigned long)current_pid()), |
107 | (void *)NULL); | 107 | (void *)NULL); |
108 | } | 108 | } |
109 | #else | 109 | #else |