tech-kern archive

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

Re: Quota on tmpfs



On Fri, Jul 13, 2012 at 08:01:49AM +0000, David Holland wrote:
> 
> I suspect people used to traditional quota systems will not entirely
> like the idea of a quota system that has no persistent storage... but
> I'm not about to tell you that what you're doing is wrong :-)

Oh, the system is not completely done yet. My goal was to first implement
accounting and limit enforcement; persistency can be added later ;-)

The quickest way is to save usage counters and limits in a regular file like
the old BSD quota system used to do it.
This can even be done in userland.

-- 
Francois Tigeot


Home | Main Index | Thread Index | Old Index