mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
[S390] Change max. buffer size for monwriter device.
Reduce the max. buffer size for the monwriter device to prevent a possible problem with the z/VM monitor service. Signed-off-by: Melissa Howland <melissah@us.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
3bf8ba38f3
commit
524a237e45
@ -23,7 +23,7 @@
|
||||
#include <asm/appldata.h>
|
||||
#include <asm/monwriter.h>
|
||||
|
||||
#define MONWRITE_MAX_DATALEN 4024
|
||||
#define MONWRITE_MAX_DATALEN 4010
|
||||
|
||||
static int mon_max_bufs = 255;
|
||||
static int mon_buf_count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user