hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/sunrpc/stats.h
....@@ -63,7 +63,7 @@
6363 void rpc_proc_unregister(struct net *,const char *);
6464 void rpc_proc_zero(const struct rpc_program *);
6565 struct proc_dir_entry * svc_proc_register(struct net *, struct svc_stat *,
66
- const struct file_operations *);
66
+ const struct proc_ops *);
6767 void svc_proc_unregister(struct net *, const char *);
6868
6969 void svc_seq_show(struct seq_file *,
....@@ -75,7 +75,7 @@
7575 static inline void rpc_proc_zero(const struct rpc_program *p) {}
7676
7777 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; }
7979 static inline void svc_proc_unregister(struct net *net, const char *p) {}
8080
8181 static inline void svc_seq_show(struct seq_file *seq,