diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 405565a62277..2cf8ab810687 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -240,7 +240,7 @@ static int ext4_file_open(struct inode * inode, struct file * filp) | |||
240 | handle_t *handle; | 240 | handle_t *handle; |
241 | int err; | 241 | int err; |
242 | 242 | ||
243 | handle = ext4_journal_start_sb(sb, 1); | 243 | handle = ext4_journal_start_sb(sb, EXT4_HT_MISC, 1); |
244 | if (IS_ERR(handle)) | 244 | if (IS_ERR(handle)) |
245 | return PTR_ERR(handle); | 245 | return PTR_ERR(handle); |
246 | err = ext4_journal_get_write_access(handle, sbi->s_sbh); | 246 | err = ext4_journal_get_write_access(handle, sbi->s_sbh); |