[Ocfs2-commits] zab commits r1687 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 2 18:48:20 CST 2004


Author: zab
Date: 2004-12-02 18:48:18 -0600 (Thu, 02 Dec 2004)
New Revision: 1687

Modified:
   trunk/src/aops.c
Log:
o add block_sync_page to our aops so that io gets kicked when people wait
  on read pages.  cold and silent 2.4.24 make dep went from 1m3.086s to
  0m48.283s (with little variance).


Modified: trunk/src/aops.c
===================================================================
--- trunk/src/aops.c	2004-12-02 02:06:22 UTC (rev 1686)
+++ trunk/src/aops.c	2004-12-03 00:48:18 UTC (rev 1687)
@@ -638,6 +638,7 @@
 	.prepare_write	= ocfs_prepare_write,
 	.commit_write	= ocfs_commit_write,
 	.bmap		= ocfs_bmap,
+	.sync_page	= block_sync_page,
 
 	/*
 	 * On a 2.4 system, we are only adding this here as a dummy basically.



More information about the Ocfs2-commits mailing list