diff options
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 788917f355c..d5dfedcb892 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, | 
