2000-12-10 23:16:00

by Robert Love

[permalink] [raw]
Subject: [PATCH] 2.4.0 task queue updates for smbfs's sock.c


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
[email protected]
[email protected]

--- 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;