Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85831
b: refs/heads/master
c: d6584f3
h: refs/heads/master
i:
  85829: fe74121
  85827: 3cd49e4
  85823: fe80c8b
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Feb 18, 2008
1 parent ba810c3 commit 3fd30ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 163e3cb7daa8c3a6dde6a13a3d09a198930c6822
refs/heads/master: d6584f3a08055688b2344eb26379fb2f3147ce91
3 changes: 1 addition & 2 deletions trunk/net/9p/trans_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ pack_sg_list(struct scatterlist *sg, int start, int limit, char *data,
sg_set_buf(&sg[index++], data, s);
count -= s;
data += s;
if (index > limit)
BUG();
BUG_ON(index > limit);
}

return index-start;
Expand Down

0 comments on commit 3fd30ad

Please sign in to comment.