K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-02-10T20:45:43.000000Z K 7 svn:log V 293 Make sure to grab vnode lock on a vnode before calling VOP_GETATTR() to perform an ownership test in revoke(). This is also required for MAC hooks so that the vnode lock is held during a call to the MAC framework. Release the lock before calling VOP_REVOKE(). Discussed with: phk, mckusick END