diff --git a/[refs] b/[refs] index 3ecea52c3d2d..db747ade2891 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e072c6f2af57fb8ad9e0f29bfff3f79edf7bdd55 +refs/heads/master: 31e7ad6ac919761f0486f7781b02ff3ab54b6ef1 diff --git a/trunk/fs/dquot.c b/trunk/fs/dquot.c index 11048e0b32c9..3995ce7907cc 100644 --- a/trunk/fs/dquot.c +++ b/trunk/fs/dquot.c @@ -1443,6 +1443,7 @@ static int vfs_quota_on_inode(struct inode *inode, int type, int format_id) oldflags = inode->i_flags & (S_NOATIME | S_IMMUTABLE | S_NOQUOTA); inode->i_flags |= S_NOQUOTA | S_NOATIME | S_IMMUTABLE; up_write(&dqopt->dqptr_sem); + sb->dq_op->drop(inode); error = -EIO; dqopt->files[type] = igrab(inode);