commit | 7b5a1c5310a50abc96c9ca07039688027d0a4282 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu Nov 15 08:14:11 2012 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Feb 20 09:36:35 2013 -0500 |
tree | 7d6c7ddc1f24ac56af6b96ed833874bab2fcdf0e | |
parent | 78a6184a3ff9041280ee56273c01e5679a831b39 [diff] |
Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handle We clear the transaction object and the trans handle when they are about to be freed, it is unnecessary, cleanup it. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>