diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-03-10 02:58:35 -0500 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-03-10 02:58:35 -0500 |
commit | 4c63f5646e405b5010cc9499419060bf2e838f5b (patch) | |
tree | df91ba315032c8ec4aafeb3ab96fdfa7c6c656e1 /fs/jbd/commit.c | |
parent | cafb0bfca1a73efd6d8a4a6a6a716e6134b96c24 (diff) | |
parent | 69d60eb96ae8a73cf9b79cf28051caf973006011 (diff) |
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Conflicts:
block/blk-core.c
block/blk-flush.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c
fs/nilfs2/btnode.c
fs/nilfs2/mdt.c
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'fs/jbd/commit.c')
-rw-r--r-- | fs/jbd/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd/commit.c b/fs/jbd/commit.c index 34a4861c14b8..66be299acb1b 100644 --- a/fs/jbd/commit.c +++ b/fs/jbd/commit.c | |||
@@ -333,7 +333,7 @@ void journal_commit_transaction(journal_t *journal) | |||
333 | * instead we rely on sync_buffer() doing the unplug for us. | 333 | * instead we rely on sync_buffer() doing the unplug for us. |
334 | */ | 334 | */ |
335 | if (commit_transaction->t_synchronous_commit) | 335 | if (commit_transaction->t_synchronous_commit) |
336 | write_op = WRITE_SYNC_PLUG; | 336 | write_op = WRITE_SYNC; |
337 | spin_lock(&commit_transaction->t_handle_lock); | 337 | spin_lock(&commit_transaction->t_handle_lock); |
338 | while (commit_transaction->t_updates) { | 338 | while (commit_transaction->t_updates) { |
339 | DEFINE_WAIT(wait); | 339 | DEFINE_WAIT(wait); |