Messages in this thread |  | | | Date | Mon, 18 Feb 2008 11:44:20 +0530 | | From | Balbir Singh <> | | Subject | Re: [PATCH 2/3] memcgroup: fix typo in VM_BUG_ON() |
Li Zefan wrote:
> No need for VM_BUG_ON(pc), since 'pc' is the list entry. This should
> be VM_BUG_ON(page).
>
> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
pc is of type page_cgroup and we use list_for_each_entry_safe_reverse. Not sure
why we can't bug on pc.
--
Warm Regards,
Balbir Singh
Linux Technology Center
IBM, ISTL
|  |