commit | 3a45bb207ee2c5548ebf6f5fcc7d249e141f15e8 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Fri Sep 09 21:39:03 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Dec 06 16:07:00 2016 +0100 |
tree | a1739986199aebac91eca65c5eed7cbe7ad4fded | |
parent | bf89d38febaadd5b1da60fed54929cbde65fedf9 [diff] |
btrfs: remove root parameter from transaction commit/end routines Now we only use the root parameter to print the root objectid in a tracepoint. We can use the root parameter from the transaction handle for that. It's also used to join the transaction with async commits, so we remove the comment that it's just for checking. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>