mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Btrfs: Remove extent_map debugging message
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
		
							parent
							
								
									b98b6767a0
								
							
						
					
					
						commit
						bcd987feef
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -273,7 +273,6 @@ int add_extent_mapping(struct extent_map_tree *tree,
 | 
			
		|||
	rb = tree_insert(&tree->map, em->end, &em->rb_node);
 | 
			
		||||
	if (rb) {
 | 
			
		||||
		prev = rb_entry(rb, struct extent_map, rb_node);
 | 
			
		||||
		printk("found extent map %Lu %Lu on insert of %Lu %Lu\n", prev->start, prev->end, em->start, em->end);
 | 
			
		||||
		ret = -EEXIST;
 | 
			
		||||
		goto out;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue