public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dennis Vadura <dvadura@wticorp.com>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: Kernel 2.4.14 - drivers/block/loop.c fails to link
Date: Sun, 11 Nov 2001 12:32:20 -0800	[thread overview]
Message-ID: <3BEEE054.B645C700@wticorp.com> (raw)
In-Reply-To: <3BEEDE50.9E91BD99@wticorp.com>

Deleted reference to deactivate_page. Tested patch by mounting 
and reading RH 7.2 ISO images and all seemed fine.

--- linux-2.4.14/drivers/block/loop.c   Thu Oct 25 13:58:34 2001
+++ linux/drivers/block/loop.c  Sun Nov 11 12:01:29 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;

           reply	other threads:[~2001-11-11 20:31 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <3BEEDE50.9E91BD99@wticorp.com>]

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=3BEEE054.B645C700@wticorp.com \
    --to=dvadura@wticorp.com \
    --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