Adding missed * in debug ASSERT.
This commit is contained in:
parent
8f1eb1049b
commit
0dad9b2f9a
|
@ -680,7 +680,7 @@ dmu_req_copy(void *arg_buf, int size, int *offset, struct request *req)
|
|||
rq_for_each_segment(bv, req, iter) {
|
||||
|
||||
/* Fully consumed the passed arg_buf */
|
||||
ASSERT3S(offset, <=, size);
|
||||
ASSERT3S(*offset, <=, size);
|
||||
if (size == *offset)
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue