]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xfsread inlined uses more space, so remove the inline tag. This
authorimp <imp@FreeBSD.org>
Wed, 29 Mar 2017 18:35:20 +0000 (18:35 +0000)
committerimp <imp@FreeBSD.org>
Wed, 29 Mar 2017 18:35:20 +0000 (18:35 +0000)
commitd38a9c3955a190ae640d84cba38d854e8f31f694
tree33667dd1085e2b494764782374880e9bddefc184
parenteac687108fc8a860aa2e2d21a5d87c9adb253bd2
xfsread inlined uses more space, so remove the inline tag. This
doesn't help clang, but buys us another 32 bytes for gcc 4.2.1. It
also eliminates a warning from gcc 6.3.0 that says inlining this would
be unhelpful.
sys/boot/i386/boot2/boot2.c