K 10 svn:author V 3 kib K 8 svn:date V 27 2011-06-13T19:33:13.019090Z K 7 svn:log V 301 MFC r222586: Fix an infinite loop in vm_object_page_clean() when the filesystem returns permanent errors for some page writes. To accomodate the stable/8 locking requirements, vm page queue lock is taken around the loop in vnode_pager_undirty_pages() which modifies m->dirty field. Reviewed by: alc END