On Thu, Nov 28, 2013 at 04:48:39PM +0900, Joonsoo Kim wrote: > To merge all kinds of rmap traverse functions, try_to_unmap(), > try_to_munlock(), page_referenced() and page_mkclean(), we need to > extract common parts and separate out non-common parts. > > Nonlinear handling is handled just in try_to_unmap_file() and other > rmap traverse functions doesn't care of it. Therfore it is better > to factor nonlinear handling out of try_to_unmap_file() in order to > merge all kinds of rmap traverse functions easily. > > Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Reviewed-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>