From 076de67f5bfb98ba4aa1e488321f8306ca964d21 Mon Sep 17 00:00:00 2001 From: Yan Zheng Date: Thu, 9 Sep 2010 13:42:49 +0800 Subject: [PATCH] Remove superfluous WARN_ON in btrfsck Signed-off-by: Yan Zheng --- btrfsck.c | 1 - 1 file changed, 1 deletion(-) diff --git a/btrfsck.c b/btrfsck.c index d8e353e..af5746f 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -583,7 +583,6 @@ again: } ret = insert_existing_cache_extent(dst, &ins->cache); if (ret == -EEXIST) { - WARN_ON(src == &src_node->root_cache); conflict = get_inode_rec(dst, rec->ino, 1); merge_inode_recs(rec, conflict, dst); if (rec->checked) { -- 2.7.4