From 35e2f6a86c8a7f421c35d2318d1f3b432cfe2ce0 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Sat, 16 Apr 2005 15:25:46 -0700 Subject: [PATCH] --- yaml --- r: 132 b: refs/heads/master c: 31e7ad6ac919761f0486f7781b02ff3ab54b6ef1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/dquot.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);