Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32934
b: refs/heads/master
c: f0df33b
h: refs/heads/master
v: v3
  • Loading branch information
Michal Feix authored and Linus Torvalds committed Jul 31, 2006
1 parent f339e7a commit 0ca42ec
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: e4b57e0842621f597d744b193ea325d62724596b
refs/heads/master: f0df33bcab4b687f0f18b9ebd69d374642e46a0e
3 changes: 2 additions & 1 deletion trunk/drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ static struct request *nbd_read_stat(struct nbd_device *lo)
printk(KERN_ERR "%s: Receive data failed (result %d)\n",
lo->disk->disk_name,
result);
goto harderror;
req->errors++;
return req;
}
dprintk(DBG_RX, "%s: request %p: got %d bytes data\n",
lo->disk->disk_name, req, bvec->bv_len);
Expand Down

0 comments on commit 0ca42ec

Please sign in to comment.