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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 16 13:48:26 CST 2004


Author: mfasheh
Date: 2004-12-16 13:48:24 -0600 (Thu, 16 Dec 2004)
New Revision: 1706

Modified:
   trunk/src/dlmglue.c
Log:
* whitespace formatting update



Modified: trunk/src/dlmglue.c
===================================================================
--- trunk/src/dlmglue.c	2004-12-16 18:41:40 UTC (rev 1705)
+++ trunk/src/dlmglue.c	2004-12-16 19:48:24 UTC (rev 1706)
@@ -214,7 +214,7 @@
 	int ret = 0;
 
 	LOG_ENTRY();
-	
+
 	spin_lock(&lockres->l_lock);
 	if (lvb->lvb_seq &&
 	    lockres->l_local_seq == lvb->lvb_seq)
@@ -244,9 +244,9 @@
 					     unsigned int *trunc_clusters)
 {
 	ocfs2_meta_lvb *lvb;
-	
+
 	LOG_ENTRY();
-	
+
 	OCFS_ASSERT(lockres->l_type == OCFS_TYPE_DATA);
 
 	spin_lock(&lockres->l_lock);
@@ -421,7 +421,7 @@
 static inline void ocfs2_generic_handle_downconvert_action(ocfs2_lock_res *lockres)
 {
 	LOG_ENTRY();
-	
+
 	OCFS_ASSERT(lockres->l_flags & OCFS2_LOCK_BUSY);
 	OCFS_ASSERT(lockres->l_flags & OCFS2_LOCK_ATTACHED);
 	OCFS_ASSERT(lockres->l_flags & OCFS2_LOCK_BLOCKED);
@@ -439,7 +439,7 @@
 				struct inode *inode)
 {
 	atomic_t *seq;
-       	
+
 	LOG_ENTRY();
 
 	seq = GET_INODE_CLEAN_SEQ(inode);
@@ -525,7 +525,7 @@
 	dlm_lockstatus *lksb;
 
 	LOG_ENTRY();
-	
+
 	inode = ocfs2_lock_res_inode(lockres);
 	osb = OCFS2_SB(inode->i_sb);
 
@@ -1173,7 +1173,7 @@
 						   int status)
 {
 	LOG_ENTRY();
-	
+
 	spin_lock(&lockres->l_lock);
 	lockres->l_flags &= ~OCFS2_LOCK_REFRESHING;
 	if (!status)
@@ -1181,7 +1181,7 @@
 	spin_unlock(&lockres->l_lock);
 
 	wake_up(&lockres->l_event);
-	
+
 	LOG_EXIT();
 }
 
@@ -1497,7 +1497,7 @@
 	spin_unlock(&lockres->l_lock);
 
 	wake_up(&lockres->l_event);
-	
+
 	LOG_EXIT();
 }
 
@@ -1760,7 +1760,7 @@
 	}
 
 	new_level = ocfs2_highest_compat_lock_level(lockres->l_blocking);
-	
+
 	LOG_TRACE_ARGS("l_level=%d, l_blocking=%d, new_level=%d\n", lockres->l_level, lockres->l_blocking, new_level);
 
 	if (ocfs2_can_downconvert_meta_lock(inode, lockres, new_level)) {
@@ -1868,7 +1868,7 @@
 downconvert:
 	*requeue = 0;
 	new_level = ocfs2_highest_compat_lock_level(lockres->l_blocking);
-	
+
 	ret = __ocfs2_downconvert_lock(osb, lockres, new_level, 0);
 leave:
 	LOG_EXIT_STATUS(ret);
@@ -1879,7 +1879,7 @@
 				      int blocking)
 {
 	struct inode *inode;
-	
+
 	LOG_ENTRY();
        	inode = ocfs2_lock_res_inode(lockres);
 
@@ -1958,7 +1958,7 @@
 {
 	int status;
 	ocfs_super *osb;
-       
+
 	LOG_ENTRY();
 
 	osb = ocfs2_lock_res_super(lockres);



More information about the Ocfs2-commits mailing list