Il 04/05/2012 10:15, Ronnie Sahlberg ha scritto: > itask->iscsilun->num_blocks = rc16->returned_lba; > - itask->bs->total_sectors = rc16->returned_lba * > + itask->bs->total_sectors = (rc16->returned_lba + 1) *
What about itask->iscsilun->num_blocks? :) No need to resend, I fixed this locally.