kernel_optimize_test/drivers/ide
Jens Axboe cdd6026217 [PATCH] Remove ->rq_status from struct request
After Christophs SCSI change, the only usage left is RQ_ACTIVE
and RQ_INACTIVE. The block layer sets RQ_INACTIVE right before freeing
the request, so any check for RQ_INACTIVE in a driver is a bug and
indicates use-after-free.

So kill/clean the remaining users, straight forward.

Signed-off-by: Jens Axboe <axboe@suse.de>
2006-09-30 20:29:23 +02:00
..
arm
cris
h8300
legacy [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
mips
pci
ppc
ide-cd.c [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
ide-cd.h
ide-disk.c [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
ide-dma.c [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
ide-floppy.c [PATCH] Remove ->rq_status from struct request 2006-09-30 20:29:23 +02:00
ide-generic.c
ide-io.c [PATCH] Remove ->rq_status from struct request 2006-09-30 20:29:23 +02:00
ide-iops.c
ide-lib.c [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
ide-pnp.c
ide-probe.c
ide-proc.c
ide-tape.c [PATCH] Remove ->rq_status from struct request 2006-09-30 20:29:23 +02:00
ide-taskfile.c [PATCH] Split struct request ->flags into two parts 2006-09-30 20:23:37 +02:00
ide-timing.h
ide.c [PATCH] Remove ->waiting member from struct request 2006-09-30 20:29:12 +02:00
Kconfig
Makefile
setup-pci.c