Re: [PATCH] scsi_debug: add support to corrupt data and/or reftag
Bart Van Assche <[email protected]>
| Newsgroups | org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 11:58 PM, Christoph Hellwig wrote: > +static int corrupt_lbas(struct sdebug_dev_info *devip, u64 lba, u32 num, > + u32 nr_bit_errors, s32 reftag_adjust); Can the corrupt_lbas() definition be moved here such that the forward declaration of this function can be removed? Thanks, Bart.