]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: add tracing to high level transaction operations
authorDave Chinner <dchinner@redhat.com>
Wed, 9 May 2018 14:47:57 +0000 (07:47 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 10 May 2018 15:56:46 +0000 (08:56 -0700)
commitba18781b91569af2d721c46740d4ce139720c298
tree44a4daaf69b3d99505ed165cc1d11b3160eaede7
parent22525c17ed133202088f6f05acd9c53790a7121d
xfs: add tracing to high level transaction operations

Because currently we have no idea what the transaction context we
are operating in is, and I need to know that information to track
down bugs in multiple log item joins to transactions.

Signed-Off-By: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trace.h
fs/xfs/xfs_trans.c