Adding missed * in debug ASSERT.

This commit is contained in:
Brian Behlendorf 2009-12-11 12:02:05 -08:00
parent 8f1eb1049b
commit 0dad9b2f9a
1 changed files with 1 additions and 1 deletions

View File

@ -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;