Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332599
b: refs/heads/master
c: f0bd95e
h: refs/heads/master
i:
  332597: 0bdfe2e
  332595: 0d2572f
  332591: dd4cb48
v: v3
  • Loading branch information
Tsutomu Itoh authored and Chris Mason committed Oct 9, 2012
1 parent adbe9eb commit e1857a1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 18ec90d63f43cf785f6e73e7a7db546bff3fa380
refs/heads/master: f0bd95ea72644cbf9210606f6f8edfce13d65d47
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5505,7 +5505,8 @@ struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page,
write_unlock(&em_tree->lock);
out:

trace_btrfs_get_extent(root, em);
if (em)
trace_btrfs_get_extent(root, em);

if (path)
btrfs_free_path(path);
Expand Down

0 comments on commit e1857a1

Please sign in to comment.