]> git.baikalelectronics.ru Git - kernel.git/commit
drop obsolete sys_ioctl export
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Jul 2007 06:41:16 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:48 +0000 (09:05 -0700)
commit78c65e830be3ce766b076fd77b4ff32e06eca4d1
treefd697fbfcbd6dedb1bc62ba0c64dfea318bdf4e9
parent55c296088a4a9ebf30c42d742d44eb852a5786de
drop obsolete sys_ioctl export

sys_ioctl() was only exported for our first version of compat ioctl
handling.  Now that the whole compat ioctl handling mess is more or less
sorted out there are no more modular users left and we can kill it.

There's one exception and that's sparc64's solaris compat module, but
sparc64 has it's own export predating the generic one by years for that
which this patch leaves untouched.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ioctl.c