[Ocfs2-commits] mfasheh commits r1716 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 23 15:31:19 CST 2004


Author: mfasheh
Date: 2004-12-23 15:31:15 -0600 (Thu, 23 Dec 2004)
New Revision: 1716

Modified:
   trunk/src/journal.c
   trunk/src/ocfs_journal.h
Log:
* remove journal->h_list -- it was unused.



Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c	2004-12-23 21:30:33 UTC (rev 1715)
+++ trunk/src/journal.c	2004-12-23 21:31:15 UTC (rev 1716)
@@ -221,7 +221,6 @@
 	retval->num_locks = 0;
 	retval->k_handle = NULL;
 
-	INIT_LIST_HEAD(&(retval->h_list));
 	INIT_LIST_HEAD(&(retval->locks));
 	INIT_LIST_HEAD(&(retval->inode_list));
 	retval->journal = osb->journal;

Modified: trunk/src/ocfs_journal.h
===================================================================
--- trunk/src/ocfs_journal.h	2004-12-23 21:30:33 UTC (rev 1715)
+++ trunk/src/ocfs_journal.h	2004-12-23 21:31:15 UTC (rev 1716)
@@ -148,8 +148,6 @@
 	ocfs_journal        *journal;
 	struct _ocfs_super  *osb;      /* what super block we belong to */
 	u32                 flags;     /* see flags below.              */
-	struct list_head    h_list;    /* points to whatever list we're 
-					* on.                           */
 	int                 max_buffs; /* Buffs reserved by this handle */
 
 	/* The following two fields are for ocfs_handle_add_lock */



More information about the Ocfs2-commits mailing list