Kernel 2.4.14 - drivers/block/loop.c fails to link

From: Dennis Vadura (dvadura@wticorp.com)
Date: Sun Nov 11 2001 - 15:32:20 EST


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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:26 EST