linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Robert M. Love" <rml@tech9.net>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.4.0 task queue updates for smbfs's sock.c
Date: Sun, 10 Dec 2000 17:45:07 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.30.0012101743140.18138-100000@phantasy.awol.org> (raw)


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/

                 reply	other threads:[~2000-12-10 23:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.30.0012101743140.18138-100000@phantasy.awol.org \
    --to=rml@tech9.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).