1
0
Fork 0
alistair23-linux/drivers/block
Al Viro d4430d62fa [PATCH] beginning of methods conversion
To keep the size of changesets sane we split the switch by drivers;
to keep the damn thing bisectable we do the following:
	1) rename the affected methods, add ones with correct
prototypes, make (few) callers handle both.  That's this changeset.
	2) for each driver convert to new methods.  *ALL* drivers
are converted in this series.
	3) kill the old (renamed) methods.

Note that it _is_ a flagday; all in-tree drivers are converted and by the
end of this series no trace of old methods remain.  The only reason why
we do that this way is to keep the damn thing bisectable and allow per-driver
debugging if anything goes wrong.

New methods:
	open(bdev, mode)
	release(disk, mode)
	ioctl(bdev, mode, cmd, arg)		/* Called without BKL */
	compat_ioctl(bdev, mode, cmd, arg)
	locked_ioctl(bdev, mode, cmd, arg)	/* Called with BKL, legacy */

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2008-10-21 07:47:32 -04:00
..
aoe [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
paride [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
DAC960.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
DAC960.h Fix DAC960 driver on machines which don't support 64-bit DMA 2007-09-11 17:21:19 -07:00
Kconfig update the BLK_DEV_HD help text 2008-07-16 20:33:47 +02:00
Makefile move ide/legacy/hd.c to drivers/block/ 2008-07-16 20:33:47 +02:00
amiflop.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
ataflop.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
brd.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
cciss.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
cciss.h cciss: make rebuild_lun_table behave better 2008-08-06 12:30:03 +02:00
cciss_cmd.h [PATCH] cciss: add support for 1024 logical volumes 2006-12-07 08:39:30 -08:00
cciss_scsi.c cciss: Fix cciss SCSI rescan code to better notice device changes 2008-10-09 08:56:18 +02:00
cciss_scsi.h cciss: Fix cciss SCSI rescan code to better notice device changes 2008-10-09 08:56:18 +02:00
cpqarray.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
cpqarray.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cryptoloop.c drivers: Remove unnecessary inclusions of asm/semaphore.h 2008-04-18 22:16:32 -04:00
floppy.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
hd.c hd: WIN_* -> ATA_CMD_* 2008-10-10 22:39:21 +02:00
ida_cmd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ida_ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
loop.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
nbd.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
pktcdvd.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
ps3disk.c block: don't depend on consecutive minor space 2008-10-09 08:56:05 +02:00
smart1,2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sunvdc.c sparc64: Apply const or __initdata to vio_device_id[] 2008-09-01 01:48:52 -07:00
swim3.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
sx8.c block: replace remaining __FUNCTION__ occurrences 2008-04-21 09:51:04 +02:00
ub.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
umem.c Cleanup umem driver: fix most checkpatch warnings, conform to kernel 2007-12-18 08:29:28 +01:00
umem.h drivers/block/umem: trim trailing whitespace 2007-10-10 09:25:59 +02:00
viodasd.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
virtio_blk.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
xd.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
xd.h [BLOCK] Get rid of request_queue_t typedef 2007-07-24 09:28:11 +02:00
xen-blkfront.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
xsysace.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
z2ram.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00