Re: [PATCH] mm/vmscan: make global_reclaim() inline

2013-09-03 Thread Johannes Weiner
On Thu, Aug 22, 2013 at 01:39:56PM +0800, larmbr wrote: > Though Gcc is likely to inline them, we should better > explictly do it manually, and also, this serve to document > this fact. Why? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

[PATCH] mm/vmscan: make global_reclaim() inline

2013-08-21 Thread larmbr
Though Gcc is likely to inline them, we should better explictly do it manually, and also, this serve to document this fact. Signed-off-by: Zhan Jianyu --- mm/vmscan.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 1de652d..1946d7d 100644