All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: linux-kernel@vger.kernel.org
Subject: Re: It's me again ...
Date: Sat, 17 Nov 2001 13:22:18 +1100	[thread overview]
Message-ID: <3BF5C9DA.DA060A38@eyal.emu.id.au> (raw)
In-Reply-To: <20011117015851.531B415B4A@kubrick.trljc.com>

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

Tony Reed wrote:
> 
> I've been building kernels since 2.2.15 or something, and I've never
> had problems before, so bear with me.
> 
> Where is "deacivate_page" defined?  Because, right at the end, I'm
> getting:

Read the list, there is a well known patch.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>

[-- Attachment #2: 2.4.14-loop.patch --]
[-- Type: text/plain, Size: 409 bytes --]

--- linux-2.4.14/drivers/block/loop.c	Thu Oct 25 13:58:34 2001
+++ linux-2.4.14-loop/drivers/block/loop.c	Mon Nov  5 17:06:08 2001
@@ -207,7 +207,6 @@
 		index++;
 		pos += size;
 		UnlockPage(page);
-		deactivate_page(page);
 		page_cache_release(page);
 	}
 	return 0;
@@ -218,7 +217,6 @@
 	kunmap(page);
 unlock:
 	UnlockPage(page);
-	deactivate_page(page);
 	page_cache_release(page);
 fail:
 	return -1;

  parent reply	other threads:[~2001-11-17  2:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-17  1:58 It's me again Tony Reed
2001-11-17  2:15 ` Mike Fedyk
2001-11-17  2:21 ` Arnaldo Carvalho de Melo
2001-11-17  2:22 ` Eyal Lebedinsky [this message]
2001-11-17  2:26 ` J Sloan
     [not found] <m3vggaxin8.excludabilities@totally-fudged-out-message-id>
2001-11-17 16:26 ` Tony Reed

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=3BF5C9DA.DA060A38@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --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.