vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.
authorBill Nottingham <notting@redhat.com>
Wed, 18 Feb 2009 22:48:39 +0000 (14:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Feb 2009 23:37:56 +0000 (15:37 -0800)
commit2db69a9340da12a4db44edb7506dd68799aeff55
tree1d644a26f4ebafeaaa0b8124b60c2875453f775a
parenta1a5c3b9237662f326cc730e167e7524b5d05a36
vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.

Otherwise, these don't work when called from 32-bit userspace on 64-bit
kernels.

Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: <stable@kernel.org> [2.6.25.x, 2.6.26.x, 2.6.27.x, 2.6.28.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/compat_ioctl.c