Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Dec 2001 12:40:56 +0100
From:      Samuel Tardieu <sam@rfc1149.net>
To:        Richard Nyberg <rnyberg@it.su.se>
Cc:        freebsd-stable@freebsd.org, "Kristian K. Nielsen" <freebsd@jkkn.dk>
Subject:   Re: 4.4-STABLE crashes - suspects new ata-driver over wd-driver
Message-ID:  <2001-12-07-12-40-57%2Btrackit%2Bsam@rfc1149.net>
In-Reply-To: <2001-12-07-11-30-31%2Btrackit%2Bsam@inf.enst.fr> (Samuel Tardieu's message of "Fri, 7 Dec 2001 11:30:31 %2B0100")
References:  <20011205204045.GA7485@zigman.2y.net> <2001-12-07-10-59-13%2Btrackit%2Bsam@inf.enst.fr> <2001-12-07-11-30-31%2Btrackit%2Bsam@inf.enst.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Sam" == Samuel Tardieu <sam@inf.enst.fr> writes:

Sam> #6 0xc01b287b in vn_stat (vp=0x0, sb=0xd60534cd, p=0xd601cc60)
Sam>     at vnode_if.h:276
Sam> #7 0xc01af2d6 in stat (p=0x0, uap=0x0) at ../../kern/vfs_syscalls.c:1758

Oh, and here is the relevant portion of vnode_if.h on my system (since
it is automatically generated, I thought it might help):

    263 static __inline int VOP_GETATTR(vp, vap, cred, p)
    264         struct vnode *vp;
    265         struct vattr *vap;
    266         struct ucred *cred;
    267         struct proc *p;
    268 {
    269         struct vop_getattr_args a;
    270         int rc;
    271         a.a_desc = VDESC(vop_getattr);
    272         a.a_vp = vp;
    273         a.a_vap = vap;
    274         a.a_cred = cred;
    275         a.a_p = p;
    276         rc = VCALL(vp, VOFFSET(vop_getattr), &a);
    277         return (rc);
    278 }

 Sam
-- 
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2001-12-07-12-40-57%2Btrackit%2Bsam>