]> Pileus Git - ~andy/linux/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)
commit3cb5bf1bf947d325fcf6e9458952b51cfd7e6677
treeaa7fd55a3f9547ffd5a080adc5b38a18953c4033
parent526c59784c09fb794a5f0181429525bc473453c9
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