We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab541e commit fb1abd6Copy full SHA for fb1abd6
fs/ext4/super.c
@@ -5386,7 +5386,7 @@ static int ext4_write_info(struct super_block *sb, int type)
5386
handle_t *handle;
5387
5388
/* Data block + inode block */
5389
- handle = ext4_journal_start(d_inode(sb->s_root), EXT4_HT_QUOTA, 2);
+ handle = ext4_journal_start_sb(sb, EXT4_HT_QUOTA, 2);
5390
if (IS_ERR(handle))
5391
return PTR_ERR(handle);
5392
ret = dquot_commit_info(sb, type);
0 commit comments