commit | 2a2a83de548f7afe2c27e51cbc9ff761cba2b61b | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Wed Nov 02 10:55:18 2016 +0000 |
committer | Filipe Manana <fdmanana@suse.com> | Sat Nov 19 13:39:18 2016 +0000 |
tree | a2d383de732f4d0ea9d7dd0d9080d0309c2ea157 | |
parent | 001895b313e65c601c746e4b87e6120e39c3ba13 [diff] |
Btrfs: remove rb_node field from the delayed ref node structure After the last big change in the delayed references code that was needed for the last qgroups rework, the red black tree node field of struct btrfs_delayed_ref_node is no longer used, so just remove it, this helps us save some memory (since struct rb_node is 24 bytes on x86_64) for these structures. Signed-off-by: Filipe Manana <fdmanana@suse.com>