Re: svn commit: r263355 - stable/9/sys/kern

2014-03-27 Thread Alexey Dokuchaev
On Thu, Mar 27, 2014 at 02:11:55PM +0200, Konstantin Belousov wrote: > On Thu, Mar 27, 2014 at 09:40:03AM +, Alexey Dokuchaev wrote: > > On Wed, Mar 19, 2014 at 12:57:13PM +, Konstantin Belousov wrote: > > > New Revision: 263355 > > > URL: http://svnweb.freebsd.org/changeset/base/263355 > >

Re: svn commit: r263355 - stable/9/sys/kern

2014-03-27 Thread Konstantin Belousov
On Thu, Mar 27, 2014 at 09:40:03AM +, Alexey Dokuchaev wrote: > On Wed, Mar 19, 2014 at 12:57:13PM +, Konstantin Belousov wrote: > > New Revision: 263355 > > URL: http://svnweb.freebsd.org/changeset/base/263355 > > > > Log: > > MFC r263079: > > The auio structure is only initialized wh

Re: svn commit: r263355 - stable/9/sys/kern

2014-03-27 Thread Alexey Dokuchaev
On Wed, Mar 19, 2014 at 12:57:13PM +, Konstantin Belousov wrote: > New Revision: 263355 > URL: http://svnweb.freebsd.org/changeset/base/263355 > > Log: > MFC r263079: > The auio structure is only initialized when the vnode is symlink, > avoid reading from it otherwise. Is it applicable

svn commit: r263355 - stable/9/sys/kern

2014-03-19 Thread Konstantin Belousov
Author: kib Date: Wed Mar 19 12:57:13 2014 New Revision: 263355 URL: http://svnweb.freebsd.org/changeset/base/263355 Log: MFC r263079: The auio structure is only initialized when the vnode is symlink, avoid reading from it otherwise. Modified: stable/9/sys/kern/vfs_syscalls.c Directory Pr