Explorar o código

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>
David Sterba %!s(int64=8) %!d(string=hai) anos
pai
achega
047e5e17c1
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      fs/btrfs/ctree.c

+ 0 - 2
fs/btrfs/ctree.c

@@ -453,8 +453,6 @@ __tree_mod_log_insert(struct btrfs_fs_info *fs_info, struct tree_mod_elem *tm)
 	struct rb_node *parent = NULL;
 	struct rb_node *parent = NULL;
 	struct tree_mod_elem *cur;
 	struct tree_mod_elem *cur;
 
 
-	BUG_ON(!tm);
-
 	tm->seq = btrfs_inc_tree_mod_seq(fs_info);
 	tm->seq = btrfs_inc_tree_mod_seq(fs_info);
 
 
 	tm_root = &fs_info->tree_mod_log;
 	tm_root = &fs_info->tree_mod_log;