.. | .. |
---|
190 | 190 | static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } |
---|
191 | 191 | |
---|
192 | 192 | #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;}) |
---|
193 | 194 | #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) |
---|
194 | 195 | #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;}) |
---|
195 | 197 | |
---|
196 | 198 | static inline struct pid *tgid_pidfd_to_pid(const struct file *file) |
---|
197 | 199 | { |
---|