]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctl
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Nov 2005 22:12:34 +0000 (14:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2005 22:12:34 +0000 (14:12 -0800)
commit1928f8e541245eae933f8c95b64b2bc3683f9661
tree6a3d0b88315a7fce739aabe68af320124af67529
parent16cf0d816541fde06ed8f37c0f5cf9940cdfc145
[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctl

all the ioctls in the driver are 32bit compat clean and don't need BKL,
so we can switch it to ->unlocked_ioctl and ->compat_ioctl trivially.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/ioctl32.c
drivers/sbus/char/envctrl.c