Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234092
b: refs/heads/master
c: b4966b7
h: refs/heads/master
v: v3
  • Loading branch information
Daniel J Blueman authored and Chris Mason committed Mar 10, 2011
1 parent 48753c4 commit 43c4312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea8efc74bd0402b4d5f663d007b4e25fa29ea778
refs/heads/master: b4966b7770349deb05e3dd2bd2c65d2d044abbbb
1 change: 1 addition & 0 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -6058,6 +6058,7 @@ static void btrfs_submit_direct(int rw, struct bio *bio, struct inode *inode,
if (!skip_sum) {
dip->csums = kmalloc(sizeof(u32) * bio->bi_vcnt, GFP_NOFS);
if (!dip->csums) {
kfree(dip);
ret = -ENOMEM;
goto free_ordered;
}
Expand Down

0 comments on commit 43c4312

Please sign in to comment.