hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/proc_fs.h
....@@ -190,8 +190,10 @@
190190 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; }
191191
192192 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;})
193
+#define proc_create_net_data_write(name, mode, parent, ops, write, state_size, data) ({NULL;})
193194 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;})
194195 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;})
196
+#define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;})
195197
196198 static inline struct pid *tgid_pidfd_to_pid(const struct file *file)
197199 {