On Wed 09-09-09 14:32:09, Mingming wrote: > On Wed, 2009-09-09 at 10:02 -0500, Eric Sandeen wrote: > > Jiri Kosina wrote: > > > [ adding relevant CCs ] > > > > > > On Wed, 9 Sep 2009, Pavol Cvengros wrote: > > > > > >> Hi, > > >> > > >> can somebody who is aware of ext4 and quota have a look on this one? > > >> > > > > This was also just reported at: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=521914 > > > > Checked the bugzilla, it seems the fs enabled quota, but no user quota > limit is specified. Is this the case with the ext4 quota+ nfs issue too? > > If no user quota is specified, then IS_NOQUOTA() should avoid doing > quota reservation/claim at all. Not sure what is missing... I will check > if I could reproduce this on local filesystem... Mingming, IS_NOQUOTA() check is true only for quota-files. For all other files it is false since we have to know how much space each user uses even if it does not have a quota limit set (for the case that someone sets the limit in future). Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html