K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-05-04T13:54:55.000000Z K 7 svn:log V 375 sync_vnode() has some messy code about locking in order to deal with mount fs needing Giant to be held when processing bufobjs. Use a different subqueue for pending workitems on filesystems requiring Giant. This simplifies the code notably and also reduces the number of Giant acquisitions (and the whole processing cost). Suggested by: jeff Reviewed by: kib Tested by: pho END