Skip to content

Commit

Permalink
[S390] Change max. buffer size for monwriter device.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Melissa Howland authored and Martin Schwidefsky committed Dec 27, 2006
1 parent 3bf8ba3 commit 524a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/char/monwriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 524a237

Please sign in to comment.