aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/reiserfs/journal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index 0ba98ca367c7..5cd600baf8cf 100644
--- a/fs/reiserfs/journal.c
+++ b/fs/reiserfs/journal.c
@@ -4232,7 +4232,9 @@ static int do_journal_end(struct reiserfs_transaction_handle *th,
4232 next = cn->next; 4232 next = cn->next;
4233 free_cnode(sb, cn); 4233 free_cnode(sb, cn);
4234 cn = next; 4234 cn = next;
4235 reiserfs_write_unlock(sb);
4235 cond_resched(); 4236 cond_resched();
4237 reiserfs_write_lock(sb);
4236 } 4238 }
4237 4239
4238 /* we are done with both the c_bh and d_bh, but 4240 /* we are done with both the c_bh and d_bh, but