[PATCH] 2.4.0 task queue updates for smbfs's sock.c

From: Robert M. Love (rml@tech9.net)
Date: Sun Dec 10 2000 - 17:45:07 EST


fs/smbfs/sock.c needs updating for the new task queue as well. find the
patch below. if i find any more of these ill put together a mass patch
instead of these individual emails.

-- 
Robert M. Love
rml@ufl.edu
rml@tech9.net

--- linux/fs/smbfs/sock.c~ Sun Dec 10 17:40:56 2000 +++ linux/fs/smbfs/sock.c Sun Dec 10 17:41:43 2000 @@ -163,7 +163,7 @@ found_data(sk); return; } - job->cb.next = NULL; + INIT_LIST_HEAD(&job->cb.list); job->cb.sync = 0; job->cb.routine = smb_data_callback; job->cb.data = job;

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



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:20 EST