diff options
Diffstat (limited to 'fs/ext4/ext4_jbd2.c')
-rw-r--r-- | fs/ext4/ext4_jbd2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/ext4_jbd2.c b/fs/ext4/ext4_jbd2.c index 0e1dc9e70ce5..451eb4045330 100644 --- a/fs/ext4/ext4_jbd2.c +++ b/fs/ext4/ext4_jbd2.c | |||
@@ -215,6 +215,8 @@ int __ext4_handle_dirty_metadata(const char *where, unsigned int line, | |||
215 | 215 | ||
216 | might_sleep(); | 216 | might_sleep(); |
217 | 217 | ||
218 | set_buffer_meta(bh); | ||
219 | set_buffer_prio(bh); | ||
218 | if (ext4_handle_valid(handle)) { | 220 | if (ext4_handle_valid(handle)) { |
219 | err = jbd2_journal_dirty_metadata(handle, bh); | 221 | err = jbd2_journal_dirty_metadata(handle, bh); |
220 | if (err) { | 222 | if (err) { |