lkml.org 
[lkml]   [2005]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 131/198] quota: fix possible oops on quotaoff
From
Date

From: Jan Kara <jack@suse.cz>

Remove dquot structures from quota file on quotaon - quota code does not
expect them to be there.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-04-13 06:55    [W:2.456 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site