diff options
author | Melissa Howland <melissah@us.ibm.com> | 2006-12-27 18:35:25 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-12-27 18:35:25 -0500 |
commit | 524a237e4512038d6e07ad3b2e44e70902b76738 (patch) | |
tree | 8b9d4b3bde633baa1a72daf7611da0af56e082c0 /drivers | |
parent | 3bf8ba38f38d3647368e4edcf7d019f9f8d9184a (diff) |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/s390/char/monwriter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/monwriter.c b/drivers/s390/char/monwriter.c index b9b0fc3f812b..cdb24f528112 100644 --- a/drivers/s390/char/monwriter.c +++ b/drivers/s390/char/monwriter.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <asm/appldata.h> | 23 | #include <asm/appldata.h> |
24 | #include <asm/monwriter.h> | 24 | #include <asm/monwriter.h> |
25 | 25 | ||
26 | #define MONWRITE_MAX_DATALEN 4024 | 26 | #define MONWRITE_MAX_DATALEN 4010 |
27 | 27 | ||
28 | static int mon_max_bufs = 255; | 28 | static int mon_max_bufs = 255; |
29 | static int mon_buf_count; | 29 | static int mon_buf_count; |