commit | 3287629eff75c7323e875b942be82f7ac6ca18da | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Fri Feb 08 04:20:55 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 08 09:22:36 2008 -0800 |
tree | 4c8ebbff98b3e7139acf939bf4bfb56f711281ca | |
parent | c2fdda0dfbe85ad5d68d4799ff7c5af89db8ac19 [diff] |
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>