public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Frank Davis <fdavis112@juno.com>
To: linux-kernel@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk
Subject: [PATCH] 2.4.7-ac2  : fs/jffs2/background.c
Date: Sat, 28 Jul 2001 02:05:26 -0400	[thread overview]
Message-ID: <20010728.020528.-392551.0.fdavis112@juno.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

Hello all,
    I have attached a patch that should fix the problem.
Regards,
Frank

On Sat, 28 Jul 2001 01:35:22 -0400 (EDT) Frank Davis
<fdavis@andrew.cmu.edu> writes:
> Hello all,
>    Towards the end of 'make modules_install'  in 2.4.7-ac2 , I 
> received
> the following error:
> 
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.7-ac2/kernel/fs/jffs2/jffs2.o
> depmod:  up_and_exit
> 
> up_and_exit is used in fs/jffs2/background.c 
> 
> Regards,
> Frank
> 
> 

[-- Attachment #2: Backgrou --]
[-- Type: application/octet-stream, Size: 459 bytes --]

--- fs/jffs2/background.c.old	Sat Jul 28 00:26:10 2001
+++ fs/jffs2/background.c	Sat Jul 28 01:51:06 2001
@@ -140,7 +140,7 @@
 				spin_lock_bh(&c->erase_completion_lock);
                                 c->gc_task = NULL;
 				spin_unlock_bh(&c->erase_completion_lock);
-				up_and_exit(&c->gc_thread_sem, 0);
+				complete_and_exit(&c->gc_thread_sem, 0);
 
 			case SIGHUP:
 				D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGHUP received.\n"));

             reply	other threads:[~2001-07-28  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-28  6:05 Frank Davis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-28  7:08 [PATCH] 2.4.7-ac2 :fs/jffs2/background.c Frank Davis

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=20010728.020528.-392551.0.fdavis112@juno.com \
    --to=fdavis112@juno.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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