I can do that tomorrow, yes. Confirm this stack frame is the/a one we care about?
Regards,
-bch
On Thu, Jul 21, 2016 at 04:38:57PM -0700, bch wrote:can you also show
> and the v_mount refcounts and flags are:
>
> (gdb) print vp->v_mount
> $2 = (struct mount *) 0xfffffe81081c2008
> (gdb) print vp->v_mount->mnt_refcnt
> $3 = 2501
> (gdb) print vp->v_mount->mnt_flag
> $4 = 4128
> (gdb)
print *vp
print *vp->v_mount
please?
Thanks,
Martin