linux/drivers/mtd/ubi
Artem Bityutskiy f429b2ea8e UBI: add ioctl compatibility
UBI ioctl's do not work when running 64-bit kernel and 32-bit
user-land. Fix this by adding the compat_ioctl method.

Also, UBI serializes all ioctls, so more than one ioctl at a time
is not a problem. Amd UBI does not seem to depend on anything else,
so use unlocked_ioctl instead of ioctl (no BKL needed).

Reported-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
2009-01-18 14:27:41 +02:00
..
build.c
cdev.c UBI: add ioctl compatibility 2009-01-18 14:27:41 +02:00
debug.c
debug.h
eba.c
gluebi.c
io.c
kapi.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
Kconfig
Kconfig.debug
Makefile
misc.c
scan.c
scan.h
ubi-media.h
ubi.h UBI: constify file operations 2009-01-18 14:02:08 +02:00
upd.c
vmt.c
vtbl.c
wl.c