commit | 5598e9005a4076d6700bbd89d0cdbe5b2922a846 | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Fri Jan 29 21:36:35 2016 +0800 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 18 11:46:03 2016 +0100 |
tree | f0d5eb3931d5c990d23dabc39458248cbda6fbe2 | |
parent | 89771cc98c5a4e8666e479dde171ffb52c6fa774 [diff] |
btrfs: drop null testing before destroy functions Cleanup. kmem_cache_destroy has support NULL argument checking, so drop the double null testing before calling it. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>