Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210521
b: refs/heads/master
c: 220eb7f
h: refs/heads/master
i:
  210519: c4e4077
v: v3
  • Loading branch information
Andrew Morton authored and Jens Axboe committed Aug 23, 2010
1 parent 0cbd51c commit f907762
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: 72f465033702ebfe20db8f50edaad59f0f38b0f5
refs/heads/master: 220eb7fd984bfc7e6b4005fdf32efe9cd8af7cf2
2 changes: 1 addition & 1 deletion trunk/fs/bio-integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ int bio_integrity_prep(struct bio *bio)
buf = kmalloc(len, GFP_NOIO | q->bounce_gfp);
if (unlikely(buf == NULL)) {
printk(KERN_ERR "could not allocate integrity buffer\n");
return -EIO;
return -ENOMEM;
}

end = (((unsigned long) buf) + len + PAGE_SIZE - 1) >> PAGE_SHIFT;
Expand Down

0 comments on commit f907762

Please sign in to comment.