public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel 2.4.14 - drivers/block/loop.c fails to link
       [not found] <3BEEDE50.9E91BD99@wticorp.com>
@ 2001-11-11 20:32 ` Dennis Vadura
  0 siblings, 0 replies; only message in thread
From: Dennis Vadura @ 2001-11-11 20:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-11 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3BEEDE50.9E91BD99@wticorp.com>
2001-11-11 20:32 ` Kernel 2.4.14 - drivers/block/loop.c fails to link Dennis Vadura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox