This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / reiserfs / objectid.c
index 0785c43..8db22b4 100644 (file)
@@ -55,7 +55,6 @@ __u32 reiserfs_get_unused_objectid (struct reiserfs_transaction_handle *th)
     __u32 * map = objectid_map (s, rs);
     __u32 unused_objectid;
 
-    BUG_ON (!th->t_trans_id);
 
     check_objectid_map (s, map);
 
@@ -100,7 +99,6 @@ void reiserfs_release_objectid (struct reiserfs_transaction_handle *th,
     __u32 * map = objectid_map (s, rs);
     int i = 0;
 
-    BUG_ON (!th->t_trans_id);
     //return;
     check_objectid_map (s, map);