diff options
Diffstat (limited to 'fs/reiserfs/stree.c')
-rw-r--r-- | fs/reiserfs/stree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c index 28c593a75c7a..6d697d7328a0 100644 --- a/fs/reiserfs/stree.c +++ b/fs/reiserfs/stree.c | |||
@@ -1101,7 +1101,7 @@ static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, | |||
1101 | if (block != 0) { | 1101 | if (block != 0) { |
1102 | reiserfs_prepare_for_journal(sb, bh, 1); | 1102 | reiserfs_prepare_for_journal(sb, bh, 1); |
1103 | put_block_num(unfm, 0, 0); | 1103 | put_block_num(unfm, 0, 0); |
1104 | journal_mark_dirty(th, sb, bh); | 1104 | journal_mark_dirty(th, bh); |
1105 | reiserfs_free_block(th, inode, block, 1); | 1105 | reiserfs_free_block(th, inode, block, 1); |
1106 | } | 1106 | } |
1107 | 1107 | ||