lkml.org 
[lkml]   [1998]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectRe: Compile failure on 2.1.127
Appologies for responding to my own post but I fumble-fingered the 
change to the second compile error.

It should read:


--- linux/drivers/char/ftape/zftape/zftape-buffers.c~ Tue Nov 25
14:45:28 1997
+++ linux/drivers/char/ftape/zftape/zftape-buffers.c Sat Nov 7
17:31:50 1998
@@ -123,8 +123,7 @@

while ((new = kmalloc(size, GFP_KERNEL)) == NULL) {
- current->timeout = HZ/10;
current->state = TASK_INTERRUPTIBLE;
- schedule();
+ schedule_timeout(HZ/10);
}
memset(new, 0, size);
used_memory += size;
-Tom

Tom Eastep
Compaq Computer Corporation
Enterprise Systems Group
Tandem Division
tom.eastep@compaq.com





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.042 / U:0.968 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site