commit | b60eae0e8e05afdf9f628c7e6363fcccba45f129 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Jun 11 10:18:00 2021 -0400 |
committer | Josef Bacik <josef@toxicpanda.com> | Tue Jun 15 09:45:30 2021 -0400 |
tree | 10da4cf7c8c5385e06c944f33209c2bbb91bf84b | |
parent | ce0d241437de6d1bec0a821c8d01e6c2e04ed7c5 [diff] |
btrfs: rip out ->total_bytes_pinned We used this in may_commit_transaction() in order to determine if we needed to commit the transaction. However we no longer have that logic and thus have no use of this counter anymore, so delete it. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com>