Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/hfs
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.
Home |
Main Index |
Thread Index |
Old Index