From 68667714f53f7d0833ab071ff0c2c2d4cbcfa44f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 28 Jan 2017 14:41:17 +0100 Subject: [PATCH 134/310] Prevent inlining of g_mountver_ident_matches() so the taste failures can be debugged Obtained from: ElectroBSD --- sys/geom/mountver/g_mountver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/mountver/g_mountver.c b/sys/geom/mountver/g_mountver.c index 9703f1d02529..39ffd7ab27ea 100644 --- a/sys/geom/mountver/g_mountver.c +++ b/sys/geom/mountver/g_mountver.c @@ -518,7 +518,7 @@ g_mountver_resize(struct g_consumer *cp) g_resize_provider(pp, cp->provider->mediasize); } -static int +static __noinline int g_mountver_ident_matches(struct g_geom *gp) { struct g_consumer *cp; -- 2.37.1