.. | .. |
---|
63 | 63 | void rpc_proc_unregister(struct net *,const char *); |
---|
64 | 64 | void rpc_proc_zero(const struct rpc_program *); |
---|
65 | 65 | struct proc_dir_entry * svc_proc_register(struct net *, struct svc_stat *, |
---|
66 | | - const struct file_operations *); |
---|
| 66 | + const struct proc_ops *); |
---|
67 | 67 | void svc_proc_unregister(struct net *, const char *); |
---|
68 | 68 | |
---|
69 | 69 | void svc_seq_show(struct seq_file *, |
---|
.. | .. |
---|
75 | 75 | static inline void rpc_proc_zero(const struct rpc_program *p) {} |
---|
76 | 76 | |
---|
77 | 77 | static inline struct proc_dir_entry *svc_proc_register(struct net *net, struct svc_stat *s, |
---|
78 | | - const struct file_operations *f) { return NULL; } |
---|
| 78 | + const struct proc_ops *proc_ops) { return NULL; } |
---|
79 | 79 | static inline void svc_proc_unregister(struct net *net, const char *p) {} |
---|
80 | 80 | |
---|
81 | 81 | static inline void svc_seq_show(struct seq_file *seq, |
---|