commit | 047e5e17c1e3551ef0fb34b629c66bec0591db0d | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Feb 14 17:33:27 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 28 14:27:11 2017 +0100 |
tree | 14e0fd7b66717ecef8bb9f1afa8790d99ef88575 | |
parent | e5d74902362f1a06ea3674042d09f1af178c0a20 [diff] |
btrfs: remove BUG_ON from __tree_mod_log_insert All callers dereference the 'tm' parameter before it gets to this function, the NULL check does not make much sense here. Reviewed-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>