|
@@ -52,6 +52,7 @@
|
|
#include <linux/slow-work.h>
|
|
#include <linux/slow-work.h>
|
|
#include <linux/perf_event.h>
|
|
#include <linux/perf_event.h>
|
|
#include <linux/kprobes.h>
|
|
#include <linux/kprobes.h>
|
|
|
|
+#include <linux/pipe_fs_i.h>
|
|
|
|
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
@@ -1423,6 +1424,14 @@ static struct ctl_table fs_table[] = {
|
|
.child = binfmt_misc_table,
|
|
.child = binfmt_misc_table,
|
|
},
|
|
},
|
|
#endif
|
|
#endif
|
|
|
|
+ {
|
|
|
|
+ .procname = "pipe-max-pages",
|
|
|
|
+ .data = &pipe_max_pages,
|
|
|
|
+ .maxlen = sizeof(int),
|
|
|
|
+ .mode = 0644,
|
|
|
|
+ .proc_handler = &proc_dointvec_minmax,
|
|
|
|
+ .extra1 = &two,
|
|
|
|
+ },
|
|
/*
|
|
/*
|
|
* NOTE: do not add new entries to this table unless you have read
|
|
* NOTE: do not add new entries to this table unless you have read
|
|
* Documentation/sysctl/ctl_unnumbered.txt
|
|
* Documentation/sysctl/ctl_unnumbered.txt
|