mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
procfs: kill ->write_proc()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
ff9046ac92
commit
ee21ed0afc
2 changed files with 0 additions and 26 deletions
|
@ -72,7 +72,6 @@ struct proc_dir_entry {
|
|||
struct proc_dir_entry *next, *parent, *subdir;
|
||||
void *data;
|
||||
read_proc_t *read_proc;
|
||||
write_proc_t *write_proc;
|
||||
atomic_t count; /* use count */
|
||||
int pde_users; /* number of callers into module in progress */
|
||||
struct completion *pde_unload_completion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue