Thanks to visit codestin.com Credit goes to github.com
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 aa8ce83 commit 8ffc461Copy full SHA for 8ffc461
fs/ext4/super.c
@@ -5601,7 +5601,7 @@ static int ext4_write_info(struct super_block *sb, int type)
5601
handle_t *handle;
5602
5603
/* Data block + inode block */
5604
- handle = ext4_journal_start(d_inode(sb->s_root), EXT4_HT_QUOTA, 2);
+ handle = ext4_journal_start_sb(sb, EXT4_HT_QUOTA, 2);
5605
if (IS_ERR(handle))
5606
return PTR_ERR(handle);
5607
ret = dquot_commit_info(sb, type);
0 commit comments