diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 361624460431..d22e761aaa18 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -5713,9 +5713,9 @@ static int ext4_quota_enable(struct super_block *sb, int type, int format_id, | |||
5713 | qf_inode->i_flags |= S_NOQUOTA; | 5713 | qf_inode->i_flags |= S_NOQUOTA; |
5714 | lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); | 5714 | lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); |
5715 | err = dquot_enable(qf_inode, type, format_id, flags); | 5715 | err = dquot_enable(qf_inode, type, format_id, flags); |
5716 | iput(qf_inode); | ||
5717 | if (err) | 5716 | if (err) |
5718 | lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); | 5717 | lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); |
5718 | iput(qf_inode); | ||
5719 | 5719 | ||
5720 | return err; | 5720 | return err; |
5721 | } | 5721 | } |