From de87cf793fd2509c9b5062dccdbec6e785c1bf63 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 28 Jan 2017 14:41:17 +0100 Subject: [PATCH 148/325] 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 1088c98b179d..63d0d6dff758 100644 --- a/sys/geom/mountver/g_mountver.c +++ b/sys/geom/mountver/g_mountver.c @@ -526,7 +526,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.32.0