diff options
Diffstat (limited to 'fs/jbd/transaction.c')
-rw-r--r-- | fs/jbd/transaction.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c index b2a7e5244e3..febc10db5ce 100644 --- a/fs/jbd/transaction.c +++ b/fs/jbd/transaction.c | |||
@@ -1433,8 +1433,6 @@ int journal_stop(handle_t *handle) | |||
1433 | } | 1433 | } |
1434 | } | 1434 | } |
1435 | 1435 | ||
1436 | if (handle->h_sync) | ||
1437 | transaction->t_synchronous_commit = 1; | ||
1438 | current->journal_info = NULL; | 1436 | current->journal_info = NULL; |
1439 | spin_lock(&journal->j_state_lock); | 1437 | spin_lock(&journal->j_state_lock); |
1440 | spin_lock(&transaction->t_handle_lock); | 1438 | spin_lock(&transaction->t_handle_lock); |