K 10 svn:author V 3 alc K 8 svn:date V 27 2017-09-30T18:32:00.947678Z K 7 svn:log V 230 MFC r323786 In r288122, we changed vm_page_unwire() so that it returns a Boolean indicating whether the page's wire count transitioned to zero. Use that return value in zbuf_page_free() rather than checking the wire count. END