]> git.baikalelectronics.ru Git - kernel.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)
commit6f20117c06563b76e6c1bf42f32bf643254443cd
tree44a4daaf69b3d99505ed165cc1d11b3160eaede7
parent193c5358443f1fc54331a7e37f82db70aa942425
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