[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201002100638.o1A6cWeR024552@demeter.kernel.org>
Date: Wed, 10 Feb 2010 06:38:32 GMT
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 15074] Problem with quota on ext4
http://bugzilla.kernel.org/show_bug.cgi?id=15074
--- Comment #11 from Dmitri Monakhov <dmonakhov@...nvz.org> 2010-02-10 06:37:41 ---
(In reply to comment #8)
> Created an attachment (id=24972)
--> (http://bugzilla.kernel.org/attachment.cgi?id=24972) [details]
> Fix warning at dquot_claim_space()
>
> Dmitry, your patch didn't fix the whole issue for me. I also need this patch to
> avoid the warnings...
This is dangerous changes because this may this remove important sanity
check. It is false(not invalid) after few seconds after quotaon.
But later it can helps us to catch a lot of bugs. I have found chown bug
only because of this check.
I've attached a patch which add warning message, but after some thougths i
comes
in to idea to add force charging a reserved space in ->initialize() method
This allow us to preserve warning in claim_space, and helps us to handle
user misbehaviour. Will prepare patch in minute.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists