|
@@ -283,6 +283,7 @@ extern int dir_notify_enable;
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/pid.h>
|
|
|
#include <linux/mutex.h>
|
|
|
+#include <linux/sysctl.h>
|
|
|
|
|
|
#include <asm/atomic.h>
|
|
|
#include <asm/semaphore.h>
|
|
@@ -2050,5 +2051,9 @@ static inline void free_secdata(void *secdata)
|
|
|
{ }
|
|
|
#endif /* CONFIG_SECURITY */
|
|
|
|
|
|
+int proc_nr_files(ctl_table *table, int write, struct file *filp,
|
|
|
+ void __user *buffer, size_t *lenp, loff_t *ppos);
|
|
|
+
|
|
|
+
|
|
|
#endif /* __KERNEL__ */
|
|
|
#endif /* _LINUX_FS_H */
|