summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
diff options
context:
space:
mode:
authorCesar Eduardo Barros2011-03-23 00:33:38 +0100
committerLinus Torvalds2011-03-23 01:44:09 +0100
commit24b8ff7c27d9e975540656e377de44a2a181a01f (patch)
treecab32a01878ce32b46f41b71317421e894f183ea /mm/page-writeback.c
parentsys_swapon: separate final enabling of the swapfile (diff)
downloadkernel-qcow2-linux-24b8ff7c27d9e975540656e377de44a2a181a01f.tar.gz
kernel-qcow2-linux-24b8ff7c27d9e975540656e377de44a2a181a01f.tar.xz
kernel-qcow2-linux-24b8ff7c27d9e975540656e377de44a2a181a01f.zip
mm: remove inline from scan_swap_map()
scan_swap_map() is a large function (224 lines), with several loops and a complex control flow involving several gotos. Given all that, it is a bit silly that it is marked as inline. The compiler agrees with me: on a x86-64 compile, it did not inline the function. Remove the "inline" and let the compiler decide instead. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Reviewed-by: Pekka Enberg <penberg@kernel.org> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Reviewed-by: Minchan Kim <minchan.kim@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page-writeback.c')
0 files changed, 0 insertions, 0 deletions