[Ocfs2-commits] mfasheh commits r2605 - branches/locking-changes/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Sep 22 13:06:12 CDT 2005


Author: mfasheh
Date: 2005-09-22 13:06:11 -0500 (Thu, 22 Sep 2005)
New Revision: 2605

Modified:
   branches/locking-changes/fs/ocfs2/inode.c
Log:
* forgot to ocfs2_mark_lockres_freeing() the rw lock



Modified: branches/locking-changes/fs/ocfs2/inode.c
===================================================================
--- branches/locking-changes/fs/ocfs2/inode.c	2005-09-22 17:50:22 UTC (rev 2604)
+++ branches/locking-changes/fs/ocfs2/inode.c	2005-09-22 18:06:11 UTC (rev 2605)
@@ -858,6 +858,7 @@
 
 	/* Do these before all the other work so that we don't bounce
 	 * the vote thread while waiting to destroy the locks. */
+	ocfs2_mark_lockres_freeing(&oi->ip_rw_lockres);
 	ocfs2_mark_lockres_freeing(&oi->ip_meta_lockres);
 	ocfs2_mark_lockres_freeing(&oi->ip_data_lockres);
 



More information about the Ocfs2-commits mailing list