Skip to content

Commit

Permalink
Fix bvec
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxoko committed Aug 19, 2015
1 parent 15da610 commit e6fb56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zcommon/zfs_uio.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ uioskip(uio_t *uiop, size_t n)
} else {
while (uiop->uio_skip >= uiop->uio_bvec->bv_len) {
uiop->uio_skip -= uiop->uio_bvec->bv_len;
uiop->uio_iov++;
uiop->uio_bvec++;
uiop->uio_iovcnt--;
}
}
Expand Down

0 comments on commit e6fb56d

Please sign in to comment.