]> git.baikalelectronics.ru Git - kernel.git/commit
proc: Delete create_proc_read_entry()
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Apr 2013 02:20:50 +0000 (03:20 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:42:00 +0000 (15:42 -0400)
commit8b7b477dd63c4ec4cd37a78c4437498dd209bbdf
treeaa7fd55a3f9547ffd5a080adc5b38a18953c4033
parent1c18fd1d81d9c1d72dc58f7667645a0acb1dc256
proc: Delete create_proc_read_entry()

Delete create_proc_read_entry() as it no longer has any users.

Also delete read_proc_t, write_proc_t, the read_proc member of the
proc_dir_entry struct and the support functions that use them.  This saves a
pointer for every PDE allocated.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/generic.c
fs/proc/inode.c
fs/proc/internal.h
include/linux/proc_fs.h