Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168551
b: refs/heads/master
c: 4eb3991
h: refs/heads/master
i:
  168549: 1f1f724
  168547: 2d015c9
  168543: 00505fd
v: v3
  • Loading branch information
Dan Carpenter authored and Chris Mason committed Nov 11, 2009
1 parent d328682 commit b924c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df66916e71231e9f2377cac9c5c1e2d190f9a427
refs/heads/master: 4eb3991c5def39bcf553c14ebe2618fcb47b627f
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len)
write_lock(&tree->lock);
em = lookup_extent_mapping(tree, start, len);

WARN_ON(em->start != start || !em);
WARN_ON(!em || em->start != start);

if (!em)
goto out;
Expand Down

0 comments on commit b924c74

Please sign in to comment.