From owner-freebsd-hackers Sun Mar 11 12: 6:52 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail1.javanet.com (mail1.javanet.com [205.219.162.10]) by hub.freebsd.org (Postfix) with ESMTP id 2A12437B718 for ; Sun, 11 Mar 2001 12:06:50 -0800 (PST) (envelope-from kaworu@sektor7.ath.cx) Received: from wintermute.sekt7.org (dial-2.blk.ma.ultra.net [146.115.112.5]) by mail1.javanet.com (8.9.3/8.9.2) with ESMTP id PAA24225 for ; Sun, 11 Mar 2001 15:06:48 -0500 (EST) Date: Sun, 11 Mar 2001 15:10:18 -0500 (EST) From: kaworu X-Sender: kaworu@wintermute.sekt7 To: freebsd-hackers@freebsd.org Subject: vnode_if.h inlining Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----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