On Wed, 28 Nov 2007 14:09:26 +0300
Pavel Emelyanov <[EMAIL PROTECTED]> wrote:

> > +void res_counter_set(struct res_counter *res, int member,
> > +                   unsigned long long newval)
> > +{
> > +   unsigned long long *val;
> > +
> > +   val = res_counter_member(res, member);
> > +   *val = newval;
> 
> You put locking here in the res_counter_write() (patch #1). Why
> is it missed here?
> 
Sorry, my mistake.
I'll drop this patch because automatic value adjustment patch will be dropped.

Thanks,
-Kame

_______________________________________________
Containers mailing list
[EMAIL PROTECTED]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to