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

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)