patch-2.4.27 linux-2.4.27/fs/xfs/xfs_trans_ail.c
Next file: linux-2.4.27/fs/xfs/xfs_trans_buf.c
Previous file: linux-2.4.27/fs/xfs/xfs_trans.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
2004-08-07 16:26:06.146408084 -0700
-  Orig file: 
linux-2.4.26/fs/xfs/xfs_trans_ail.c
-  Orig date: 
2004-02-18 05:36:32.000000000 -0800
diff -urN linux-2.4.26/fs/xfs/xfs_trans_ail.c linux-2.4.27/fs/xfs/xfs_trans_ail.c
@@ -48,11 +48,11 @@
 STATIC xfs_log_item_t * xfs_ail_min(xfs_ail_entry_t *);
 STATIC xfs_log_item_t * xfs_ail_next(xfs_ail_entry_t *, xfs_log_item_t *);
 
-#ifdef XFSDEBUG
+#ifdef DEBUG
 STATIC void xfs_ail_check(xfs_ail_entry_t *);
 #else
 #define	xfs_ail_check(a)
-#endif /* XFSDEBUG */
+#endif /* DEBUG */
 
 
 /*
@@ -553,7 +553,7 @@
 
 }
 
-#ifdef XFSDEBUG
+#ifdef DEBUG
 /*
  * Check that the list is sorted as it should be.
  */
@@ -593,4 +593,4 @@
 	ASSERT(lip == (xfs_log_item_t*)base);
 	ASSERT(base->ail_back == prev_lip);
 }
-#endif /* XFSDEBUG */
+#endif /* DEBUG */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)