X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Freiserfs%2Ftail_conversion.c;h=0d8a6a6113ccc697062c359a30cd8c0b68ce15c0;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=6191909d5165dc5a1a91de1b98cc7a2584261577;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/reiserfs/tail_conversion.c b/fs/reiserfs/tail_conversion.c index 6191909d5..0d8a6a611 100644 --- a/fs/reiserfs/tail_conversion.c +++ b/fs/reiserfs/tail_conversion.c @@ -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;