K 10 svn:author V 3 kib K 8 svn:date V 27 2010-06-20T13:35:16.822521Z K 7 svn:log V 468 Ensure that VOP_ACCESSX is called with exclusively locked vnode for the kernel compiled with QUOTA option. ufs_accessx() upgrades the vdp vnode lock from shared to exclusive to assign the dquot structure to the vnode, and ufs_delete_denied() is called when tvp is locked. Since upgrade drops shared lock when non-blocked upgrade failed, LOR is there. Reported and tested by: Dmitry Pryanishnikov Tested by: pho PR: kern/147890 MFC after: 1 week END