From: Joonsoo Kim Date: Wed, 11 Sep 2013 21:21:40 +0000 (-0700) Subject: mm, vmalloc: use well-defined find_last_bit() func X-Git-Tag: v3.12-rc1~52^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b136be5e0b6e8e3e4dcb6722b51bb35199b06810;p=pandora-kernel.git mm, vmalloc: use well-defined find_last_bit() func Our intention in here is to find last_bit within the region to flush. There is well-defined function, find_last_bit() for this purpose and its performance may be slightly better than current implementation. So change it. Signed-off-by: Joonsoo Kim Reviewed-by: Wanpeng Li Acked-by: Johannes Weiner Acked-by: Zhang Yanfei Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed