xfs: remove transaction types
These aren't used for CIL-style logging and can be dropped. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:

committed by
Dave Chinner

parent
253f4911f2
commit
710b1e2c29
@@ -177,7 +177,7 @@ xfs_trans_reserve(
|
||||
resp->tr_logres,
|
||||
resp->tr_logcount,
|
||||
&tp->t_ticket, XFS_TRANSACTION,
|
||||
permanent, 0);
|
||||
permanent);
|
||||
}
|
||||
|
||||
if (error)
|
||||
|
Reference in New Issue
Block a user