summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-04-14 19:06:05 +1000
committerDave Chinner <david@fromorbit.com>2014-04-14 19:06:05 +1000
commite4a1e29cb0ace3a322c5c07d33dd1f4ab50dbbb8 (patch)
tree32701260d3f349b7fd7247287896b537ef49a7a5 /fs/xfs/xfs_trans.c
parentbda65ef8a8ab8944628b7ff1182902612efd8bc3 (diff)
downloadop-kernel-dev-e4a1e29cb0ace3a322c5c07d33dd1f4ab50dbbb8.zip
op-kernel-dev-e4a1e29cb0ace3a322c5c07d33dd1f4ab50dbbb8.tar.gz
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_trans.c')
-rw-r--r--fs/xfs/xfs_trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c
index 54a5732..d039325 100644
--- a/fs/xfs/xfs_trans.c
+++ b/fs/xfs/xfs_trans.c
@@ -827,7 +827,7 @@ xfs_trans_committed_bulk(
xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);
spin_lock(&ailp->xa_lock);
- xfs_trans_ail_cursor_done(ailp, &cur);
+ xfs_trans_ail_cursor_done(&cur);
spin_unlock(&ailp->xa_lock);
}
OpenPOWER on IntegriCloud