On Tue, Apr 22, 2025 at 07:59:42AM +0800, Ming Lei wrote: > 'delay_us' shouldn't be added to 'struct dev_ctx' since now it is > handled by per-target command line & 'struct fault_inject_ctx'. > > So remove it. > > Fixes: 81586652bb1f ("selftests: ublk: add generic_06 for covering fault inject") > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> Reviewed-by: Uday Shankar <ushankar@xxxxxxxxxxxxxxx> > --- > tools/testing/selftests/ublk/kublk.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/tools/testing/selftests/ublk/kublk.h b/tools/testing/selftests/ublk/kublk.h > index 29571eb296f1..918db5cd633f 100644 > --- a/tools/testing/selftests/ublk/kublk.h > +++ b/tools/testing/selftests/ublk/kublk.h > @@ -86,9 +86,6 @@ struct dev_ctx { > unsigned int fg:1; > unsigned int recovery:1; > > - /* fault_inject */ > - long long delay_us; > - > int _evtfd; > int _shmid; > > -- > 2.47.0 >