linux/arch/um/drivers
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
..
chan_kern.c
chan_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
cow_sys.h uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
cow_user.c
cow.h
daemon_kern.c
daemon_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
daemon.h
fd.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
harddog_kern.c uml-harddog: BKL pushdown 2008-07-02 15:06:26 -06:00
harddog_user.c
hostaudio_kern.c
line.c uml: small cleanups and note bugs to be dealt with by uml authors... 2008-10-13 09:51:40 -07:00
Makefile
mcast_kern.c
mcast_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
mcast.h
mconsole_kern.c
mconsole_user.c
mmapper_kern.c uml-mmapper: BKL pushdown 2008-07-02 15:06:26 -06:00
net_kern.c
net_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
null.c
pcap_kern.c
pcap_user.c missed kmalloc() in pcap_user.c 2008-05-21 16:55:57 -07:00
pcap_user.h
port_kern.c
port_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
port.h
pty.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
random.c uml-random: BKL pushdown 2008-07-02 15:06:26 -06:00
slip_common.c
slip_common.h
slip_kern.c
slip_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
slip.h
slirp_kern.c
slirp_user.c
slirp.h
ssl.c
ssl.h
stderr_console.c
stdio_console.c
stdio_console.h
tty.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
ubd_kern.c [PATCH] beginning of methods conversion 2008-10-21 07:47:32 -04:00
ubd_user.c
vde_kern.c
vde_user.c
vde.h
xterm_kern.c
xterm.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
xterm.h