From: Oleg Nesterov Date: Thu, 23 Jan 2014 23:55:34 +0000 (-0800) Subject: coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h X-Git-Tag: v3.14-rc1~108^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=942be3875a1931c379bbc37053829dd6847e0f3f;p=pandora-kernel.git coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h 1. Remove fs/coredump.h. It is not clear why do we need it, it only declares __get_dumpable(), signal.c includes it for no reason. 2. Now that get_dumpable() and __get_dumpable() are really trivial make them inline in linux/sched.h. Signed-off-by: Oleg Nesterov Acked-by: Kees Cook Cc: Alex Kelly Cc: "Eric W. Biederman" Cc: Josh Triplett Cc: Petr Matousek Cc: Vasily Kulikov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed