Re: svn commit: r232960 - head/sys/fs/tmpfs

2012-03-15 Thread Gleb Kurtsou
On (15/03/2012 02:34), Dmitry Morozovsky wrote: > On Wed, 14 Mar 2012, Gleb Kurtsou wrote: > > > Author: gleb > > Date: Wed Mar 14 09:15:50 2012 > > New Revision: 232960 > > URL: http://svn.freebsd.org/changeset/base/232960 > > > > Log: > > Prevent tmpfs_rename() deadlock in a way similar to UF

Re: svn commit: r232960 - head/sys/fs/tmpfs

2012-03-14 Thread Dmitry Morozovsky
On Wed, 14 Mar 2012, Gleb Kurtsou wrote: > Author: gleb > Date: Wed Mar 14 09:15:50 2012 > New Revision: 232960 > URL: http://svn.freebsd.org/changeset/base/232960 > > Log: > Prevent tmpfs_rename() deadlock in a way similar to UFS > > Unlock vnodes and try to lock them one by one. Relookup