Subject: Re: CVS commit: src/sys/fs/ntfs
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 04/09/2003 19:26:33
On Wed, 9 Apr 2003, Jaromir Dolecek wrote:

> Module Name:	src
> Committed By:	jdolecek
> Date:		Wed Apr  9 16:02:19 UTC 2003
>
> Modified Files:
> 	src/sys/fs/ntfs: ntfs_vnops.c
>
> Log Message:
> add real ntfs remove vnode op, which releases vnode locks on parent directory
> and the file vnode before returning EOPNOTSUPP
> fixes PR kern/19595 by Erik Berls

genfs_eopnotsupp_rele() was designed to provide this service. Sorry I
haven't advertized it too much.

Take care,

Bill