Re: vnode locking question.

2003-02-07 Thread Julian Elischer
On Fri, 7 Feb 2003, Hiten Pandya wrote: > On Thu, Feb 06, 2003 at 10:53:08AM -0800, Julian Elischer wrote the words in effect >of: > > > > > > On Thu, 6 Feb 2003, John Baldwin wrote: > > > > > > > > On 05-Feb-2003 Julian Elischer wrote: > > > > > > > > Is there ever a case when a vnode is

Re: vnode locking question.

2003-02-07 Thread Robert Watson
On Fri, 7 Feb 2003, Hiten Pandya wrote: > On Thu, Feb 06, 2003 at 10:53:08AM -0800, Julian Elischer wrote the words in effect >of: > > > > On Thu, 6 Feb 2003, John Baldwin wrote: > > > > > On 05-Feb-2003 Julian Elischer wrote: > > > > > > > > Is there ever a case when a vnode is locked for lo

Re: vnode locking question.

2003-02-07 Thread Hiten Pandya
On Thu, Feb 06, 2003 at 10:53:08AM -0800, Julian Elischer wrote the words in effect of: > > > On Thu, 6 Feb 2003, John Baldwin wrote: > > > > > On 05-Feb-2003 Julian Elischer wrote: > > > > > > Is there ever a case when a vnode is locked for longer than the duration > > > of the syscall that l

RE: vnode locking question.

2003-02-06 Thread Julian Elischer
On Thu, 6 Feb 2003, John Baldwin wrote: > > On 05-Feb-2003 Julian Elischer wrote: > > > > Is there ever a case when a vnode is locked for longer than the duration > > of the syscall that locked it? > > Shouldn't be. That would be a bug I believe. Userland threads should > never hold any ker

RE: vnode locking question.

2003-02-06 Thread John Baldwin
On 05-Feb-2003 Julian Elischer wrote: > > Is there ever a case when a vnode is locked for longer than the duration > of the syscall that locked it? Shouldn't be. That would be a bug I believe. Userland threads should never hold any kernel locks. -- John Baldwin <[EMAIL PROTECTED]> <>< htt

vnode locking question.

2003-02-05 Thread Julian Elischer
Is there ever a case when a vnode is locked for longer than the duration of the syscall that locked it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message