CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/06 18:41:05
Modified files:
sys/ntfs : ntfs.h ntfs_vfsops.c ntfs_vnops.c
Log message:
Allow NTFS to compile by cutting it over to the new VOP world order.
Small cleanup while here, nuke the ntfs_bypass function and just
use eopnotsupp like every other filesystem, it makes no sense to
return ENOTTY for unimplemented VOPs.
