Displaying 1 result from an estimated 1 matches for "buffermem_pages".
2001 Nov 06
2
2.2.14 integration with lvs
...ctivate_page(page);
+ */
page_cache_release(page);
fail:
return -1;
and
--- fs/buffer.c.orig Tue Oct 30 11:15:43 2001
+++ fs/buffer.c Tue Oct 30 11:03:31 2001
@@ -2529,8 +2529,8 @@ busy_buffer_page:
return 0;
}
EXPORT_SYMBOL(try_to_free_buffers);
-EXPORT_SYMBOL(buffermem_pages);
-
+/* EXPORT_SYMBOL(buffermem_pages);
+*/
/* ================== Debugging =================== */
void show_buffers(void)
This make all compile and work basically..
Since I am not a real kernel hacker, I dont really know what is the
impact of modifications (especially for loop.c)..
Can a &q...