Date: Sun, 11 Mar 2001 15:10:18 -0500 (EST) From: kaworu <kaworu@sektor7.ath.cx> To: freebsd-hackers@freebsd.org Subject: vnode_if.h inlining Message-ID: <Pine.GSO.4.10.10103111508210.5864-100000@wintermute.sekt7>
next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm writing a kernel module which uses the function VOP_OPEN. When I try to compile my module vnode_if.h complains: vnode_if.h:177: warning: inlining failed in call to `VOP_OPEN' binctl.c:35: warning: called from here vnode_if.h:206: warning: inlining failed in call to `VOP_CLOSE' What does this mean? Here is some extra info: The VOP_OPEN call: VOP_OPEN(vp, FREAD, p->p_ucred, p); vp = p->p_tracep Thanks, Evan Sarmiento (kaworu@sektor7.ath.cx) http://sekt7.org/es -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (SunOS) Comment: Made with pgp4pine 1.75-6 iEYEARECAAYFAjqr268ACgkQa7CFsJ0L22xh6QCeIBjboiqya4XVyGpXU7BTqWAE q5cAnAtOuLySFceXg6C/VU4hu7oDKZqB =F6Yi -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10103111508210.5864-100000>