Re: Replace VI_INACT*

2013-11-20 Thread David Holland
On Tue, Nov 19, 2013 at 11:57:14AM +0100, J. Hannken-Illjes wrote: > The attached diff will: > > Replace VI_INACTNOW and VI_INACTREDO with a new flag VI_CHANGING that gets > set while a vnode changes state from active to inactive or from active > or inactive to clean and protects "vclean(); v

Replace VI_INACT*

2013-11-19 Thread J. Hannken-Illjes
The attached diff will: Replace VI_INACTNOW and VI_INACTREDO with a new flag VI_CHANGING that gets set while a vnode changes state from active to inactive or from active or inactive to clean and protects "vclean(); vrelel()" and "vrelel()" against "vget()". Comments or objections anyone? -- J. H