UBI: add ioctl compatibility
commitf429b2ea8eadb5a576542a70f7fd6f5c2a7455e1
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 16 Jan 2009 16:06:55 +0000 (16 18:06 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 18 Jan 2009 12:27:41 +0000 (18 14:27 +0200)
tree6ab9541042979cc7bdcb0257dfdd6435577ad3a8
parent4d187a88d3ee3be6a1a0b6859eb00f70e1601b5e
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>
drivers/mtd/ubi/cdev.c