K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-07-02T22:52:10.959303Z K 7 svn:log V 317 MFC 195148 - Turn the third (islocked) argument of the knote call into flags parameter. Introduce the new flag KNF_NOKQLOCK to allow event callers to be called without KQ_LOCK mtx held. - Modify VFS knote calls to always use KNF_NOKQLOCK flag. This is required for ZFS as its getattr implementation may sleep. END