This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / reiserfs / tail_conversion.c
index 6191909..0d8a6a6 100644 (file)
@@ -34,7 +34,6 @@ int direct2indirect (struct reiserfs_transaction_handle *th, struct inode * inod
                                       that will be inserted in the
                                       tree. */
 
-    BUG_ON (!th->t_trans_id);
 
     REISERFS_SB(sb)->s_direct2indirect ++;
 
@@ -185,8 +184,6 @@ int indirect2direct (struct reiserfs_transaction_handle *th,
     loff_t pos, pos1; /* position of first byte of the tail */
     struct cpu_key key;
 
-    BUG_ON (!th->t_trans_id);
-
     REISERFS_SB(p_s_sb)->s_indirect2direct ++;
 
     *p_c_mode = M_SKIP_BALANCING;