kernel-hacking-2024-linux-s.../drivers/block/paride
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
..
aten.c
bpck.c
bpck6.c [PATCH] kzalloc() conversion in drivers/block 2006-03-27 09:29:02 +02:00
comm.c [PATCH] Fix "value computed not used" warnings 2006-03-24 07:33:28 -08:00
dstr.c
epat.c
epia.c
fit2.c
fit3.c
friq.c
frpw.c
jumbo
kbic.c
Kconfig [PATCH] parport: Kconfig dependency fixes 2006-01-06 08:33:57 -08:00
ktti.c
Makefile
mkd
on20.c
on26.c [PATCH] Fix "value computed not used" warnings 2006-03-24 07:33:28 -08:00
paride.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
paride.h
pcd.c
pd.c [PATCH] Remove ->rq_status from struct request 2006-09-30 20:29:23 +02:00
pf.c [PATCH] Deref in drivers/block/paride/pf.c 2006-06-29 10:26:20 -07:00
pg.c [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree 2006-06-26 12:25:08 -07:00
ppc6lnx.c
pseudo.h
pt.c [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree 2006-06-26 12:25:08 -07:00
Transition-notes