aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/libxfs/xfs_refcount.c')
-rw-r--r--fs/xfs/libxfs/xfs_refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_refcount.c b/fs/xfs/libxfs/xfs_refcount.c
index 2ecfb0518580..a2dfae67ade1 100644
--- a/fs/xfs/libxfs/xfs_refcount.c
+++ b/fs/xfs/libxfs/xfs_refcount.c
@@ -1067,7 +1067,7 @@ xfs_refcount_finish_one_cleanup(
1067 if (rcur == NULL) 1067 if (rcur == NULL)
1068 return; 1068 return;
1069 agbp = rcur->bc_private.a.agbp; 1069 agbp = rcur->bc_private.a.agbp;
1070 xfs_btree_del_cursor(rcur, error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); 1070 xfs_btree_del_cursor(rcur, error);
1071 if (error) 1071 if (error)
1072 xfs_trans_brelse(tp, agbp); 1072 xfs_trans_brelse(tp, agbp);
1073} 1073}