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; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/