public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Carlos E Gorges <carlos@techlinux.com.br>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.5.40 (-ac5) - fix unresolved symbols
Date: Sun, 6 Oct 2002 21:10:27 -0300	[thread overview]
Message-ID: <200210062110.27684.carlos@techlinux.com.br> (raw)
In-Reply-To: <07ea01c26c2b$7e1e6570$41368490@archaic>


diff -ur --exclude=*.o --exclude=.*.cmd --exclude=*~ linux-2.5.40-ac5/drivers/cdrom/mcdx.c linux-2.5/drivers/cdrom/mcdx.c
--- linux-2.5.40-ac5/drivers/cdrom/mcdx.c	Tue Oct  1 04:06:59 2002
+++ linux-2.5/drivers/cdrom/mcdx.c	Sun Oct  6 19:42:33 2002
@@ -1040,7 +1040,7 @@
 		kfree(stuffp);
 	}
 
-	if (devfs_unregister_blkdev(MAJOR_NR, "mcdx") != 0) {
+	if (unregister_blkdev(MAJOR_NR, "mcdx") != 0) {
 		xwarn("cleanup() unregister_blkdev() failed\n");
 	}
 	blk_cleanup_queue(BLK_DEFAULT_QUEUE(MAJOR_NR));
diff -ur --exclude=*.o --exclude=.*.cmd --exclude=*~ linux-2.5.40-ac5/drivers/ieee1394/raw1394.c linux-2.5/drivers/ieee1394/raw1394.c
--- linux-2.5.40-ac5/drivers/ieee1394/raw1394.c	Tue Oct  1 04:05:48 2002
+++ linux-2.5/drivers/ieee1394/raw1394.c	Sun Oct  6 20:55:57 2002
@@ -743,7 +743,7 @@
         }
 
         req->tq.data = req;
-        queue_task(&req->tq, &packet->complete_tq);
+        schedule_task(&req->tq);
 
         spin_lock_irq(&fi->reqlists_lock);
         list_add_tail(&req->list, &fi->req_pending);
@@ -786,7 +786,7 @@
         req->tq.data = req;
         req->tq.routine = (void (*)(void*))queue_complete_req;
         req->req.length = 0;
-        queue_task(&req->tq, &packet->complete_tq);
+        schedule_task(&req->tq);
 
         spin_lock_irq(&fi->reqlists_lock);
         list_add_tail(&req->list, &fi->req_pending);
--

http://www.techlinux.com.br/~carlos/tmp/2.5.40-2.diff
-- 
	 _________________________
	 Carlos E Gorges          
	 (carlos@techlinux.com.br)
	 Tech informática LTDA
	 Brazil                   
	 _________________________



  reply	other threads:[~2002-10-07  0:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02 22:02 [PATCH] 2.5.40 - random fixes Carlos E Gorges
2002-10-05  4:55 ` David McIlwraith
2002-10-07  0:10   ` Carlos E Gorges [this message]
2002-10-07  0:16     ` [PATCH] 2.5.40 (-ac5) - fix unresolved symbols Arnaldo Carvalho de Melo

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=200210062110.27684.carlos@techlinux.com.br \
    --to=carlos@techlinux.com.br \
    --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