Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275566
b: refs/heads/master
c: 3bb9068
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Monakhov authored and Jens Axboe committed Nov 16, 2011
1 parent b72477f commit e050f0c
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: 6b76106d8ef31111d6fc469564b83b5f5542794f
refs/heads/master: 3bb9068278ea524581237abadd41377a14717e7d
3 changes: 2 additions & 1 deletion trunk/drivers/block/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ do_lo_receive(struct loop_device *lo,

if (retval < 0)
return retval;

if (retval != bvec->bv_len)
return -EIO;
return 0;
}

Expand Down

0 comments on commit e050f0c

Please sign in to comment.