Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26495
b: refs/heads/master
c: 98232d5
h: refs/heads/master
i:
  26493: cffa8de
  26491: ef9d2a8
  26487: 00802c7
  26479: c1a9502
  26463: 55c4716
  26431: c05d126
  26367: a2574cb
v: v3
  • Loading branch information
Jens Axboe committed May 4, 2006
1 parent 3b471bf commit 7bd44c4
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: a0548871ed267ae12eb1c860c5aaebd9e466b34e
refs/heads/master: 98232d504db0a1f91ecaa93686ed3bf61963103b
2 changes: 1 addition & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ compat_sys_vmsplice(int fd, const struct compat_iovec __user *iov32,
{
unsigned i;
struct iovec *iov;
if (nr_segs >= UIO_MAXIOV)
if (nr_segs > UIO_MAXIOV)
return -EINVAL;
iov = compat_alloc_user_space(nr_segs * sizeof(struct iovec));
for (i = 0; i < nr_segs; i++) {
Expand Down

0 comments on commit 7bd44c4

Please sign in to comment.