Re: svn commit: r231220 - head/sys/sys

2012-02-09 Thread Konstantin Belousov
On Wed, Feb 08, 2012 at 11:21:59AM -0800, m...@freebsd.org wrote: > On Wed, Feb 8, 2012 at 10:36 AM, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Feb  8 18:36:07 2012 > > New Revision: 231220 > > URL: http://svn.freebsd.org/changeset/base/231220 > > > > Log: > >  Trim 8 unused bytes fr

Re: svn commit: r231220 - head/sys/sys

2012-02-08 Thread mdf
On Wed, Feb 8, 2012 at 10:36 AM, Konstantin Belousov wrote: > Author: kib > Date: Wed Feb  8 18:36:07 2012 > New Revision: 231220 > URL: http://svn.freebsd.org/changeset/base/231220 > > Log: >  Trim 8 unused bytes from struct vnode on 64-bit architectures. Doesn't this change the KBI? So should

svn commit: r231220 - head/sys/sys

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 18:36:07 2012 New Revision: 231220 URL: http://svn.freebsd.org/changeset/base/231220 Log: Trim 8 unused bytes from struct vnode on 64-bit architectures. Reviewed by: alc Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h =