Hi
sorry I forget one page_cache_release in
invalidate_inode_pages. This patch is incremental over the
previous one. Sorry for any inconveniences.
Later, Juan.
diff -urN --exclude-from=/home/lfcia/quintela/work/kernel/exclude base/mm/filemap.c testing/mm/filemap.c
--- base/mm/filemap.c Tue May 30 03:41:21 2000
+++ testing/mm/filemap.c Tue May 30 03:46:05 2000
@@ -146,6 +146,7 @@
lru_cache_del(page);
page_cache_release(page);
UnlockPage(page);
+ page_cache_release(page);
goto repeat;
}
__remove_inode_page(page);
-- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:23 EST