Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/ufs/ufs



On Sun, Dec 21, 2008 at 11:15:34AM +0000, Andrew Doran wrote:
> > > Log Message:
> > > Print a warning message and return EOPNOTSUPP if the user tries to enable
> > > quotas on a file system that is using logging.
> > 
> > Is there any plans to make quota works with logging ?
> 
> I think it is something that we should support but not for 5.0.
> 
> The problem is recursion. The quota code calls back into ufs though the VOP_
> interfaces when curlwp is already executing a ufs vnodeop. It attempts to
> start a new transaction when a transaction is already open.

To alloc a new data block I guess ? The snapshot code probably does
the same thing, did the issue get solved here ?

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index