Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297863
b: refs/heads/master
c: 5380428
h: refs/heads/master
i:
  297861: 2cfb481
  297859: ed08fb9
  297855: 8d5c187
v: v3
  • Loading branch information
Jeff Mahoney authored and David Sterba committed Mar 22, 2012
1 parent 4fad86a commit 1119766
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: d5c13f927fe77b11a67f79559808c68b26474c77
refs/heads/master: 538042801a479ebd316582ad10a9c3156b5b7548
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -5838,7 +5838,8 @@ int btrfs_reserve_extent(struct btrfs_trans_handle *trans,
printk(KERN_ERR "btrfs allocation failed flags %llu, "
"wanted %llu\n", (unsigned long long)data,
(unsigned long long)num_bytes);
dump_space_info(sinfo, num_bytes, 1);
if (sinfo)
dump_space_info(sinfo, num_bytes, 1);
}
}

Expand Down

0 comments on commit 1119766

Please sign in to comment.