diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/ext4_jbd2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4_jbd2.c b/fs/ext4/ext4_jbd2.c index 451eb4045330..bd25e782ec6b 100644 --- a/fs/ext4/ext4_jbd2.c +++ b/fs/ext4/ext4_jbd2.c | |||
@@ -62,7 +62,7 @@ handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, | |||
62 | ext4_abort(sb, "Detected aborted journal"); | 62 | ext4_abort(sb, "Detected aborted journal"); |
63 | return ERR_PTR(-EROFS); | 63 | return ERR_PTR(-EROFS); |
64 | } | 64 | } |
65 | return jbd2__journal_start(journal, nblocks, GFP_NOFS, type, line); | 65 | return jbd2__journal_start(journal, nblocks, 0, GFP_NOFS, type, line); |
66 | } | 66 | } |
67 | 67 | ||
68 | int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) | 68 | int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) |