|
@@ -1490,7 +1490,7 @@ EXPORT_SYMBOL(generate_random_uuid);
|
|
#include <linux/sysctl.h>
|
|
#include <linux/sysctl.h>
|
|
|
|
|
|
static int min_read_thresh = 8, min_write_thresh;
|
|
static int min_read_thresh = 8, min_write_thresh;
|
|
-static int max_read_thresh = INPUT_POOL_WORDS * 32;
|
|
|
|
|
|
+static int max_read_thresh = OUTPUT_POOL_WORDS * 32;
|
|
static int max_write_thresh = INPUT_POOL_WORDS * 32;
|
|
static int max_write_thresh = INPUT_POOL_WORDS * 32;
|
|
static char sysctl_bootid[16];
|
|
static char sysctl_bootid[16];
|
|
|
|
|