K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-05T19:14:44.000000Z K 7 svn:log V 433 Don't override the vop_lock, vop_unlock and vop_isunlocked methods. Previously all filesystems which relied on specfs to do devices would have private overrides for vop_std*, so the vop_no* overrides here had no effect. I overlooked the transitive nature of the vop vectors when I removed the vop_std* in those filesystems. Removing the override here restores device node locking to it's previous modus operandi. Spotted by: bde END