Re: [PATCH] Memory Resource Controller use strstrip while parsing arguments

2008-02-25 Thread Balbir Singh
Andrew Morton wrote: > On Mon, 25 Feb 2008 23:57:46 +0530 Balbir Singh <[EMAIL PROTECTED]> wrote: > >> The memory controller has a requirement that while writing values, we need >> to use echo -n. This patch fixes the problem and makes the UI more >> consistent. > > that's a decent improvement ;

Re: [PATCH] Memory Resource Controller use strstrip while parsing arguments

2008-02-25 Thread Andrew Morton
On Mon, 25 Feb 2008 23:57:46 +0530 Balbir Singh <[EMAIL PROTECTED]> wrote: > The memory controller has a requirement that while writing values, we need > to use echo -n. This patch fixes the problem and makes the UI more consistent. that's a decent improvement ;) btw, could I ask that you, Paul

[PATCH] Memory Resource Controller use strstrip while parsing arguments

2008-02-25 Thread Balbir Singh
The memory controller has a requirement that while writing values, we need to use echo -n. This patch fixes the problem and makes the UI more consistent. Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> --- Documentation/controllers/memory.txt |6 +++--- kernel/res_counter.c