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)
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>

No differences found