[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110827135932.GK3298@somewhere>
Date: Sat, 27 Aug 2011 15:59:34 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Li Zefan <lizf@...fujitsu.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Johannes Weiner <hannes@...xchg.org>,
Aditya Kali <adityakali@...gle.com>,
Oleg Nesterov <oleg@...hat.com>
Subject: Re: [PATCH 5/8] cgroups: Ability to stop res charge propagation on
bounded ancestor
On Wed, Aug 17, 2011 at 10:41:57AM +0800, Li Zefan wrote:
> > +int res_counter_charge(struct res_counter *counter, unsigned long val,
> > + struct res_counter **limit_fail_at)
> > +{
> > + return res_counter_charge_until(counter, NULL, val, limit_fail_at);
> > +}
> > +
>
> static inline in res_counter.h ?
>
> ...
> > +void res_counter_uncharge(struct res_counter *counter, unsigned long val)
> > +{
> > + res_counter_uncharge_until(counter, NULL, val);
> > +}
> >
>
> ditto.
Right, sounds better inlined.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists