diff options
-rw-r--r-- | fs/dquot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dquot.c b/fs/dquot.c index 11048e0b32c9..3995ce7907cc 100644 --- a/fs/dquot.c +++ b/fs/dquot.c | |||
@@ -1443,6 +1443,7 @@ static int vfs_quota_on_inode(struct inode *inode, int type, int format_id) | |||
1443 | oldflags = inode->i_flags & (S_NOATIME | S_IMMUTABLE | S_NOQUOTA); | 1443 | oldflags = inode->i_flags & (S_NOATIME | S_IMMUTABLE | S_NOQUOTA); |
1444 | inode->i_flags |= S_NOQUOTA | S_NOATIME | S_IMMUTABLE; | 1444 | inode->i_flags |= S_NOQUOTA | S_NOATIME | S_IMMUTABLE; |
1445 | up_write(&dqopt->dqptr_sem); | 1445 | up_write(&dqopt->dqptr_sem); |
1446 | sb->dq_op->drop(inode); | ||
1446 | 1447 | ||
1447 | error = -EIO; | 1448 | error = -EIO; |
1448 | dqopt->files[type] = igrab(inode); | 1449 | dqopt->files[type] = igrab(inode); |