Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332611
b: refs/heads/master
c: 4804b38
h: refs/heads/master
i:
  332609: 0bd2c83
  332607: 9f25ab2
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Oct 9, 2012
1 parent 6b34cea commit 2033af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: edd33c99c4ba26ebe17c1a3d65b4aba25482ed32
refs/heads/master: 4804b38293c020e7a2c841e86402f456c19d934d
4 changes: 1 addition & 3 deletions trunk/fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -4249,10 +4249,8 @@ struct extent_buffer *alloc_extent_buffer(struct extent_io_tree *tree,

for (i = 0; i < num_pages; i++, index++) {
p = find_or_create_page(mapping, index, GFP_NOFS);
if (!p) {
WARN_ON(1);
if (!p)
goto free_eb;
}

spin_lock(&mapping->private_lock);
if (PagePrivate(p)) {
Expand Down

0 comments on commit 2033af2

Please sign in to comment.