diff options
| author | 2009-04-24 08:37:40 -0700 | |
|---|---|---|
| committer | 2009-04-24 08:37:40 -0700 | |
| commit | a4277bf122e907e4fec509fc0bd9bf5fde30b14e (patch) | |
| tree | b359e8b0f7895acda1d6331332e69ea5b14d5f0d /fs/jbd/commit.c | |
| parent | Merge master.kernel.org:/home/rmk/linux-2.6-arm (diff) | |
| parent | ext4: Fix potential inode allocation soft lockup in Orlov allocator (diff) | |
| download | linux-dev-a4277bf122e907e4fec509fc0bd9bf5fde30b14e.tar.xz linux-dev-a4277bf122e907e4fec509fc0bd9bf5fde30b14e.zip | |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
ext4: Fix potential inode allocation soft lockup in Orlov allocator
ext4: Make the extent validity check more paranoid
jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records
jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records
ext4: really print the find_group_flex fallback warning only once
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 a8e8513a78a9..06560c520f49 100644 --- a/fs/jbd/commit.c +++ b/fs/jbd/commit.c @@ -502,7 +502,7 @@ void journal_commit_transaction(journal_t *journal) err = 0; } - journal_write_revoke_records(journal, commit_transaction); + journal_write_revoke_records(journal, commit_transaction, write_op); /* * If we found any dirty or locked buffers, then we should have |
