Subject: CVS commit: src/sys/fs/hfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/25/2007 16:26:42
Module Name: src
Committed By: pooka
Date: Sun Nov 25 16:26:42 UTC 2007
Modified Files:
src/sys/fs/hfs: hfs_vfsops.c
Log Message:
* Use vfs_stdextattrctl instead of a homegrown version. Also fixes
a bug: the homegrown version neglected to unlock vp
* don't reimplement eopnotsupp()
* init genfs_node earlier vget, protects against error paths in vget
from attempting to destroy a non-inited node
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/fs/hfs/hfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.