* s390 2.4.20 compilation fix
@ 2002-12-09 17:33 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2002-12-09 17:33 UTC (permalink / raw)
To: schwidefsky; +Cc: linux-kernel, linux390
I'm pretty sure you must have it in your tree somewhere, so
just to show that we've been paying attention, here it is.
diff -ur -X dontdiff linux-2.4.20/drivers/s390/s390io.c linux-2.4.20-s390/drivers/s390/s390io.c
--- linux-2.4.20/drivers/s390/s390io.c 2002-12-06 18:07:11.000000000 -0800
+++ linux-2.4.20-s390/drivers/s390/s390io.c 2002-12-06 18:10:01.000000000 -0800
@@ -8607,8 +8607,8 @@
cio_ignore_proc_write (struct file *file, const char *user_buf,
size_t user_len, loff_t * offset)
{
- char *buffer
-
+ char *buffer;
+
if(user_len > 65536)
user_len = 65536;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-09 17:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-09 17:33 s390 2.4.20 compilation fix Pete Zaitcev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome