RE: svn commit: r328944 - stable/11/sys/kern

2018-02-06 Thread Dexuan Cui via svn-src-all
> From: Gleb Smirnoff > Sent: Tuesday, February 6, 2018 15:11 > > On Tue, Feb 06, 2018 at 03:08:12PM -0800, Dexuan-BSD Cui wrote: > D> I'm getting the error too: > D> > D> /root/freebsd/sys/kern/vfs_subr.c:3368:30: error: no member named > D> 'v_unpcb' in 'struct vnode' > D> print

Re: svn commit: r328944 - stable/11/sys/kern

2018-02-06 Thread Gleb Smirnoff
On Tue, Feb 06, 2018 at 03:08:12PM -0800, Dexuan-BSD Cui wrote: D> I'm getting the error too: D> D> /root/freebsd/sys/kern/vfs_subr.c:3368:30: error: no member named D> 'v_unpcb' in 'struct vnode' D> printf(" socket %p\n", vp->v_unpcb); It should be v_socket on stable/11. If that

Re: svn commit: r328944 - stable/11/sys/kern

2018-02-06 Thread Dexuan-BSD Cui
I'm getting the error too: /root/freebsd/sys/kern/vfs_subr.c:3368:30: error: no member named 'v_unpcb' in 'struct vnode' printf(" socket %p\n", vp->v_unpcb); On Tue, Feb 6, 2018 at 1:42 PM, Mike Tancsa wrote: > On 2/6/2018 2:13 PM, Kirk McKusick wrote: >> Author: mckusick >> Date

Re: svn commit: r328944 - stable/11/sys/kern

2018-02-06 Thread Mike Tancsa
On 2/6/2018 2:13 PM, Kirk McKusick wrote: > Author: mckusick > Date: Tue Feb 6 19:13:44 2018 > New Revision: 328944 > URL: https://svnweb.freebsd.org/changeset/base/328944 > > Log: > MFC of 328643. > > fix vn_printf listing of its union Hi, I am getting a buildfailure with this co

svn commit: r328944 - stable/11/sys/kern

2018-02-06 Thread Kirk McKusick
Author: mckusick Date: Tue Feb 6 19:13:44 2018 New Revision: 328944 URL: https://svnweb.freebsd.org/changeset/base/328944 Log: MFC of 328643. fix vn_printf listing of its union Modified: stable/11/sys/kern/vfs_subr.c Directory Properties: stable/11/ (props changed) Modified: stable