Re: [PATCH 2.6.20-rc2] Fix set_pte_at arguments in page_mkclean_one

2006-12-28 Thread David Miller
From: Balbir Singh <[EMAIL PROTECTED]> Date: Fri, 29 Dec 2006 09:43:10 +0530 > page_mkclean_one() passes vma instead of the expected mm as argument1 to > set_pte_at. Below is a simple fix (tested by compiling the kernel on > powerpc). Please ignore the patch, if a fix has already been applied. >

[PATCH 2.6.20-rc2] Fix set_pte_at arguments in page_mkclean_one

2006-12-28 Thread Balbir Singh
page_mkclean_one() passes vma instead of the expected mm as argument1 to set_pte_at. Below is a simple fix (tested by compiling the kernel on powerpc). Please ignore the patch, if a fix has already been applied. Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> --- mm/rmap.c |2 +- 1 file chan