Messages in this thread Patch in this message |  | | Date | Sun, 11 Nov 2001 12:32:20 -0800 | From | Dennis Vadura <> | Subject | Kernel 2.4.14 - drivers/block/loop.c fails to link |
| |
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/
|  |