diff options
author | Christoph Hellwig <hch@infradead.org> | 2007-08-16 04:42:07 -0400 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-15 02:45:25 -0400 |
commit | eb9df39daf870d6f9e9528f092d506be04ebad2f (patch) | |
tree | 77646f792ae63f00d3e08e6081e80afefe87e4e7 /fs/xfs/linux-2.6/xfs_file.c | |
parent | 49ee6c911f0ae5b3a9a04e0589e3265e52f94f53 (diff) |
[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
SGI-PV: 968690
SGI-Modid: xfs-linux-melb:xfs-kern:29340a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_file.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c index 0d4001eafd16..4fc0f58edacf 100644 --- a/fs/xfs/linux-2.6/xfs_file.c +++ b/fs/xfs/linux-2.6/xfs_file.c | |||
@@ -405,7 +405,7 @@ xfs_file_open_exec( | |||
405 | 405 | ||
406 | if (!ip) | 406 | if (!ip) |
407 | return -EINVAL; | 407 | return -EINVAL; |
408 | if (DM_EVENT_ENABLED(vp->v_vfsp, ip, DM_EVENT_READ)) | 408 | if (DM_EVENT_ENABLED(ip, DM_EVENT_READ)) |
409 | return -XFS_SEND_DATA(mp, DM_EVENT_READ, vp, | 409 | return -XFS_SEND_DATA(mp, DM_EVENT_READ, vp, |
410 | 0, 0, 0, NULL); | 410 | 0, 0, 0, NULL); |
411 | } | 411 | } |