aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2018-02-07 17:55:46 +0200
committerDavid Sterba <[email protected]>2018-03-26 15:09:32 +0200
commit97cb39bb912c8092c5570578f2eb1b2988ac1af8 (patch)
treed06a657a741de29f3602a1e48c789b91d65a2580 /tools/perf/scripts/python/export-to-postgresql.py
parent9386d8bc58e2088f05d2d49a9b8af626ebbe687b (diff)
btrfs: Remove root argument of cleanup_transaction
The only thing the passed root is used for is: 1. get a reference to the fs_info and to 2. call trace_btrfs_transaction_commit. We can achieve 1) by simply referring to the fs_info from passed trans object. As far as 2) is concerned cleanup_transaction is called from only one place and the 'root' argument passed is the one from the trans handle. No functional changes. Signed-off-by: Nikolay Borisov <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions