All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francois Romieu <romieu@mail.cogenit.fr>
To: Frank Jacobberger <f1j@xmission.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Re: More problems with 2.5.0-pre5 than pre4
Date: Sat, 1 Dec 2001 20:11:54 +0100	[thread overview]
Message-ID: <20011201201154.E32339@se1.cogenit.fr> (raw)
In-Reply-To: <3C0860DB.60905@xmission.com>
In-Reply-To: <3C0860DB.60905@xmission.com>; from f1j@xmission.com on Fri, Nov 30, 2001 at 09:47:23PM -0700

Frank Jacobberger <f1j@xmission.com> :
> What do you make of this from a attempted compile of 2.5.0-pre5:
[...]

diff -burN -p linux-2.5.1-pre5.orig/drivers/block/rd.c linux-2.5.1-pre5/drivers/block/rd.c
--- linux-2.5.1-pre5.orig/drivers/block/rd.c	Sat Dec  1 18:12:17 2001
+++ linux-2.5.1-pre5/drivers/block/rd.c	Sat Dec  1 18:43:06 2001
@@ -485,7 +485,6 @@ static struct block_device_operations rd
 	ioctl:		rd_ioctl,
 };
 
-#ifdef MODULE
 /* Before freeing the module, invalidate all of the protected buffers! */
 static void __exit rd_cleanup (void)
 {
@@ -503,7 +502,6 @@ static void __exit rd_cleanup (void)
 	unregister_blkdev( MAJOR_NR, "ramdisk" );
 	blk_clear(MAJOR_NR);
 }
-#endif
 
 /* This is the registration and initialization section of the RAM disk driver */
 int __init rd_init (void)


      reply	other threads:[~2001-12-01 19:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-01  4:47 More problems with 2.5.0-pre5 than pre4 Frank Jacobberger
2001-12-01 19:11 ` Francois Romieu [this message]

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=20011201201154.E32339@se1.cogenit.fr \
    --to=romieu@mail.cogenit.fr \
    --cc=f1j@xmission.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.