android_kernel_xiaomi_sm8350/arch/um/drivers
Jeff Dike f4768ffd1d uml: fix previous request size limit fix
The previous patch which limited the number of sectors in a single request
to a COWed device was correct in concept, but the limit was implemented in
the wrong place.

By putting it in ubd_add, it covered the cases where the COWing was
specified on the command line.  However, when the command line only has the
COW file specified, the fact that it's a COW file isn't known until it's
opened, so the limit is missed in these cases.

This patch moves the sector limit from ubd_add to ubd_open_dev.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-08-22 19:52:46 -07:00
..
chan_kern.c UML: console should handle spurious IRQS 2007-07-31 15:39:37 -07:00
chan_user.c
cow_sys.h
cow_user.c
cow.h
daemon_kern.c
daemon_user.c
daemon.h
fd.c
harddog_kern.c
harddog_user.c
hostaudio_kern.c
line.c
Makefile
mcast_kern.c
mcast_user.c
mcast.h
mconsole_kern.c uml: more __init annotations 2007-07-24 12:24:58 -07:00
mconsole_user.c
mmapper_kern.c Remove fs.h from mm.h 2007-07-29 17:09:29 -07:00
net_kern.c uml: more __init annotations 2007-07-24 12:24:58 -07:00
net_user.c
null.c
pcap_kern.c
pcap_user.c
pcap_user.h
port_kern.c
port_user.c
port.h
pty.c
random.c
slip_common.c
slip_common.h
slip_kern.c
slip_user.c
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
ubd_kern.c uml: fix previous request size limit fix 2007-08-22 19:52:46 -07:00
ubd_user.c
xterm_kern.c
xterm.c
xterm.h