Re: [PATCH 7/9] mm: Mark functions as static in page_cgroup.c

2014-02-10 Thread Michal Hocko
On Fri 07-02-14 17:41:34, Rashika Kheria wrote: > Mark functions as static in page_cgroup.c because they are not used > outside this file. > > This eliminates the following warning in mm/page_cgroup.c: > mm/page_cgroup.c:177:6: warning: no previous prototype for > ‘__free_page_cgroup’ [-Wmissing-

Re: [PATCH 7/9] mm: Mark functions as static in page_cgroup.c

2014-02-07 Thread David Rientjes
On Fri, 7 Feb 2014, Rashika Kheria wrote: > Mark functions as static in page_cgroup.c because they are not used > outside this file. > > This eliminates the following warning in mm/page_cgroup.c: > mm/page_cgroup.c:177:6: warning: no previous prototype for > ‘__free_page_cgroup’ [-Wmissing-proto

[PATCH 7/9] mm: Mark functions as static in page_cgroup.c

2014-02-07 Thread Rashika Kheria
Mark functions as static in page_cgroup.c because they are not used outside this file. This eliminates the following warning in mm/page_cgroup.c: mm/page_cgroup.c:177:6: warning: no previous prototype for ‘__free_page_cgroup’ [-Wmissing-prototypes] mm/page_cgroup.c:190:15: warning: no previous pr