summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
diff options
context:
space:
mode:
authorBrian Foster2018-08-01 16:20:30 +0200
committerDarrick J. Wong2018-08-03 08:05:13 +0200
commit7279aa13b8fb954f50073a672f912898198efd14 (patch)
treed6971adca99e1323b780e3acb2bf210dfaab97ab /fs/xfs/xfs_trans.h
parentxfs: use transaction for intent recovery instead of raw dfops (diff)
downloadkernel-qcow2-linux-7279aa13b8fb954f50073a672f912898198efd14.tar.gz
kernel-qcow2-linux-7279aa13b8fb954f50073a672f912898198efd14.tar.xz
kernel-qcow2-linux-7279aa13b8fb954f50073a672f912898198efd14.zip
xfs: remove unused __xfs_defer_cancel() internal helper
With no more external dfops users, there is no need for an xfs_defer_ops cancel wrapper. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r--fs/xfs/xfs_trans.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h
index 5170e89bec02..dc79e3c1d3e8 100644
--- a/fs/xfs/xfs_trans.h
+++ b/fs/xfs/xfs_trans.h
@@ -214,9 +214,6 @@ xfs_trans_read_buf(
flags, bpp, ops);
}
-/* cancel dfops associated with a transaction */
-void xfs_defer_cancel(struct xfs_trans *);
-
struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);