Centos-kernel-stream-9/drivers/ide
Bartlomiej Zolnierkiewicz 313afea7f2 ide-{floppy,tape}: cleanup ide*_end_request()
* ide*_end_request() is only called with uptodate == 0 or uptodate == 1
  so cleanup it accordingly.

* Inline ide*_end_request() content at call sites so the only user left
  is ->end_request method.

* ->end_request is now used only for private driver requests so remove
  handling of other requests from ide*_end_request().

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2009-03-27 12:46:34 +01:00
..
Kconfig
Makefile
aec62xx.c
ali14xx.c
alim15x3.c
amd74xx.c
at91_ide.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
atiixp.c
au1xxx-ide.c au1xxx-ide: auide_dma_end() cleanup 2009-03-27 12:46:33 +01:00
buddha.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
cmd64x.c
cmd640.c
cs5520.c
cs5530.c
cs5535.c
cs5536.c
cy82c693.c
delkin_cb.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
dtc2278.c ide: add IDE_HFLAG_DTC2278 host flag 2009-03-27 12:46:28 +01:00
falconide.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
gayle.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
hpt366.c
ht6560b.c
icside.c icside: icside_dma_setup() fixes 2009-03-27 12:46:32 +01:00
ide-4drives.c ide: add IDE_HFLAG_4DRIVES host flag 2009-03-27 12:46:28 +01:00
ide-acpi.c
ide-atapi.c ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag 2009-03-27 12:46:33 +01:00
ide-cd.c ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense 2009-03-27 12:46:24 +01:00
ide-cd.h ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense 2009-03-27 12:46:24 +01:00
ide-cd_ioctl.c
ide-cd_verbose.c
ide-cs.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
ide-devsets.c
ide-disk.c ide: remove ->data_phase field from ide_hwif_t 2009-03-27 12:46:32 +01:00
ide-disk.h
ide-disk_ioctl.c
ide-disk_proc.c ide: move smart_enable() call out from get_smart_data() 2009-03-27 12:46:32 +01:00
ide-dma-sff.c
ide-dma.c
ide-eh.c ide: move request type specific code from ide_end_drive_cmd() to callers (v3) 2009-03-27 12:46:31 +01:00
ide-floppy.c ide-{floppy,tape}: cleanup ide*_end_request() 2009-03-27 12:46:34 +01:00
ide-floppy.h
ide-floppy_ioctl.c
ide-floppy_proc.c
ide-gd.c
ide-gd.h ide: move ->failed_pc to ide_drive_t 2009-03-27 12:46:34 +01:00
ide-generic.c
ide-h8300.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
ide-io-std.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
ide-io.c ide: use ->end_request only for private device driver requests 2009-03-27 12:46:34 +01:00
ide-ioctls.c
ide-iops.c
ide-legacy.c
ide-lib.c
ide-park.c ide: remove ->data_phase field from ide_hwif_t 2009-03-27 12:46:32 +01:00
ide-pci-generic.c
ide-pio-blacklist.c
ide-pm.c ide: complete power step in ide_complete_pm_request() 2009-03-27 12:46:29 +01:00
ide-pnp.c
ide-probe.c ide: add IDE_HFLAG_4DRIVES host flag 2009-03-27 12:46:28 +01:00
ide-proc.c
ide-scan-pci.c
ide-sysfs.c
ide-tape.c ide-{floppy,tape}: cleanup ide*_end_request() 2009-03-27 12:46:34 +01:00
ide-taskfile.c ide: use ->end_request only for private device driver requests 2009-03-27 12:46:34 +01:00
ide-timings.c
ide-xfer-mode.c
ide.c
ide_arm.c
ide_platform.c
it821x.c
it8172.c
it8213.c
jmicron.c
macide.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
ns87415.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
opti621.c
palm_bk3710.c IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS() 2009-03-27 12:46:23 +01:00
pdc202xx_new.c
pdc202xx_old.c
piix.c
pmac.c
q40ide.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
qd65xx.c
qd65xx.h
rapide.c
rz1000.c
sc1200.c
scc_pata.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
serverworks.c
setup-pci.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
sgiioc4.c ide: allow host drivers to specify IRQ flags 2009-03-27 12:46:27 +01:00
siimage.c
sis5513.c
sl82c105.c
slc90e66.c
tc86c001.c
triflex.c
trm290.c trm290: trm290_dma_setup() fix 2009-03-27 12:46:32 +01:00
tx4938ide.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
tx4939ide.c ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 2009-03-27 12:46:28 +01:00
umc8672.c
via82cxxx.c