linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ole André Vadla Ravnås" <zole@jblinux.net>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: [PATCH] 2.4.10-pre5 rd.c
Date: 08 Sep 2001 10:55:30 -0100	[thread overview]
Message-ID: <999950131.8667.1.camel@zole.jblinux.net> (raw)

Hi,

this fix might already have been submitted, but as I'm not currently
subscribed to the list, I post it here just in case. :-)

Best regards,
Ole André
---

--- linux/drivers/block/rd.c-orig	Sat Sep  8 10:50:35 2001
+++ linux/drivers/block/rd.c	Sat Sep  8 10:50:41 2001
@@ -259,7 +259,7 @@
 			/* special: we want to release the ramdisk memory,
 			   it's not like with the other blockdevices where
 			   this ioctl only flushes away the buffer cache. */
-			if ((atomic_read(rd_bdev[minor]->bd_openers) > 2))
+			if ((atomic_read(&rd_bdev[minor]->bd_openers) > 2))
 				return -EBUSY;
 			destroy_buffers(inode->i_rdev);
 			rd_blocksizes[minor] = 0;


                 reply	other threads:[~2001-09-08  8:50 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=999950131.8667.1.camel@zole.jblinux.net \
    --to=zole@jblinux.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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).