From 76eb946040a7b4c797979a9c22464b9a07890ba5 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 31 Jan 2008 04:41:44 -0800 Subject: [PATCH] [NETFILTER]: nf_conntrack: don't inline early_drop() early_drop() is only called *very* rarely, unfortunately gcc inlines it into the hotpath because there is only a single caller. Explicitly mark it noinline. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-format-patch failed