From: Jan Kara <[EMAIL PROTECTED]>
Remove dquot structures from quota file on quotaon - quota code does not
expect them to be there.
Signed-off-by: Jan Kara <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
25-akpm/fs/dquot.c | 1 +
1 files changed, 1 insertion(+)
diff -puN fs/dquot.c~quota-fix-possible-oops-on-quotaoff fs/dquot.c
--- 25/fs/dquot.c~quota-fix-possible-oops-on-quotaoff 2005-04-12
03:21:35.241779336 -0700
+++ 25-akpm/fs/dquot.c 2005-04-12 03:21:35.245778728 -0700
@@ -1443,6 +1443,7 @@ static int vfs_quota_on_inode(struct ino
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);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/