Date: Thu, 9 Jul 2015 18:34:07 +0200 From: Mateusz Guzik <mjguzik@gmail.com> To: Konstantin Belousov <kostikbel@gmail.com> Cc: rwatson@FreeBSD.org, freebsd-fs@freebsd.org Subject: Re: [PATCH 3/4] vfs: simplify error handling in namei Message-ID: <20150709163407.GD1718@dft-labs.eu> In-Reply-To: <20150709155345.GQ2080@kib.kiev.ua> References: <20150707085857.GZ2080@kib.kiev.ua> <1436393231-5831-1-git-send-email-mjguzik@gmail.com> <1436393231-5831-4-git-send-email-mjguzik@gmail.com> <20150709102533.GO2080@kib.kiev.ua> <20150709154021.GC1718@dft-labs.eu> <20150709155345.GQ2080@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 09, 2015 at 06:53:45PM +0300, Konstantin Belousov wrote: > On Thu, Jul 09, 2015 at 05:40:21PM +0200, Mateusz Guzik wrote: > > On Thu, Jul 09, 2015 at 01:25:33PM +0300, Konstantin Belousov wrote: > > > On Thu, Jul 09, 2015 at 12:07:10AM +0200, Mateusz Guzik wrote: > > > > From: Mateusz Guzik <mjg@freebsd.org> > > > > > > > > The logic is reorganised so that there is one exit point prior to the > > > > lookup loop. This is an intermediate step to making audit logging > > > > functions use found vnode instead of translating ni_dirfd on their own. > > > > > > > > ni_startdir validation is removed. The only in-tree consumer is nfs > > > > which already makes sure it is a directory. > > Looks fine. > Thanks, went in as https://svnweb.freebsd.org/base?view=revision&revision=285326 -- Mateusz Guzik <mjguzik gmail.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150709163407.GD1718>