Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=524a237e4512038d6e07ad3b2e44e70902b76738
Commit:     524a237e4512038d6e07ad3b2e44e70902b76738
Parent:     3bf8ba38f38d3647368e4edcf7d019f9f8d9184a
Author:     Melissa Howland <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 28 00:35:25 2006 +0100
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Thu Dec 28 00:35:25 2006 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 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 b9b0fc3..cdb24f5 100644
--- a/drivers/s390/char/monwriter.c
+++ b/drivers/s390/char/monwriter.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to