Re: [PATCH] CMA: add the amount of cma memory in meminfo

2014-12-18 Thread Michal Nazarewicz
On Mon, Dec 15 2014, Xishi Qiu wrote: > The "mere white-space change" you said a few days ago,how about change like > this > ", nid, K(...)" -> ",nid, K(xxx)"? If space is all you're changing, I wouldn't change it. -- Best regards, _ _ .o. | Liege of

Re: [PATCH] CMA: add the amount of cma memory in meminfo

2014-12-14 Thread Xishi Qiu
On 2014/12/6 1:41, Michal Nazarewicz wrote: > On Thu, Dec 04 2014, Xishi Qiu wrote: >> Add the amount of cma memory in the following meminfo. >> /proc/meminfo >> /sys/devices/system/node/nodeXX/meminfo >> >> Signed-off-by: Xishi Qiu > > No second look: > > Acked-by: Michal Nazarewicz > >> --

Re: [PATCH] CMA: add the amount of cma memory in meminfo

2014-12-05 Thread Michal Nazarewicz
On Thu, Dec 04 2014, Xishi Qiu wrote: > Add the amount of cma memory in the following meminfo. > /proc/meminfo > /sys/devices/system/node/nodeXX/meminfo > > Signed-off-by: Xishi Qiu No second look: Acked-by: Michal Nazarewicz > --- > drivers/base/node.c | 16 ++-- > fs/proc/memin

Re: [PATCH] CMA: add the amount of cma memory in meminfo

2014-12-04 Thread Xishi Qiu
On 2014/12/5 0:26, Michal Nazarewicz wrote: > On Thu, Dec 04 2014, Xishi Qiu wrote: >> Add the amount of cma memory in the following meminfo. >> /proc/meminfo >> /sys/devices/system/node/nodeXX/meminfo >> >> Signed-off-by: Xishi Qiu >> --- >> drivers/base/node.c | 16 ++-- >> fs/pro

Re: [PATCH] CMA: add the amount of cma memory in meminfo

2014-12-04 Thread Michal Nazarewicz
On Thu, Dec 04 2014, Xishi Qiu wrote: > Add the amount of cma memory in the following meminfo. > /proc/meminfo > /sys/devices/system/node/nodeXX/meminfo > > Signed-off-by: Xishi Qiu > --- > drivers/base/node.c | 16 ++-- > fs/proc/meminfo.c | 12 +--- > 2 files changed, 19