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>
This commit is contained in:
committed by
Darrick J. Wong
parent
fbfa977d25
commit
7279aa13b8
@ -1110,10 +1110,3 @@ xfs_trans_roll(
|
||||
tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
|
||||
return xfs_trans_reserve(*tpp, &tres, 0, 0);
|
||||
}
|
||||
|
||||
void
|
||||
xfs_defer_cancel(
|
||||
struct xfs_trans *tp)
|
||||
{
|
||||
__xfs_defer_cancel(tp->t_dfops);
|
||||
}
|
||||
|
Reference in New Issue
Block a user