]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
remove the unused exports of sys_open/sys_read
authorArjan van de Ven <arjan@linux.intel.com>
Fri, 8 Feb 2008 12:20:55 +0000 (04:20 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:36 +0000 (09:22 -0800)
commit3287629eff75c7323e875b942be82f7ac6ca18da
tree4c8ebbff98b3e7139acf939bf4bfb56f711281ca
parentc2fdda0dfbe85ad5d68d4799ff7c5af89db8ac19
remove the unused exports of sys_open/sys_read

These exports (which aren't used and which are in fact dangerous to use
because they pretty much form a security hole to use) have been marked
_UNUSED since 2.6.24 with removal in 2.6.25.  This patch is their final
departure from the Linux kernel tree.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/open.c
fs/read_write.c