patch-2.4.20 linux-2.4.20/fs/jbd/checkpoint.c
Next file: linux-2.4.20/fs/jbd/commit.c
Previous file: linux-2.4.20/fs/isofs/inode.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/fs/jbd/checkpoint.c
-  Orig date: 
Mon Feb 25 11:38:08 2002
diff -urN linux-2.4.19/fs/jbd/checkpoint.c linux-2.4.20/fs/jbd/checkpoint.c
@@ -594,7 +594,8 @@
 	J_ASSERT (transaction->t_log_list == NULL);
 	J_ASSERT (transaction->t_checkpoint_list == NULL);
 	J_ASSERT (transaction->t_updates == 0);
-	
+	J_ASSERT (list_empty(&transaction->t_jcb));
+
 	J_ASSERT (transaction->t_journal->j_committing_transaction !=
 					transaction);
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)