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 fb98cb6 commit f34ab95Copy full SHA for f34ab95
fs/ext4/super.c
@@ -6273,7 +6273,7 @@ static int ext4_write_info(struct super_block *sb, int type)
6273
handle_t *handle;
6274
6275
/* Data block + inode block */
6276
- handle = ext4_journal_start(d_inode(sb->s_root), EXT4_HT_QUOTA, 2);
+ handle = ext4_journal_start_sb(sb, EXT4_HT_QUOTA, 2);
6277
if (IS_ERR(handle))
6278
return PTR_ERR(handle);
6279
ret = dquot_commit_info(sb, type);
0 commit comments