K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-07-10T19:43:07.868140Z K 7 svn:log V 347 propagate MFC of 195148 to -STABLE: - 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