K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-05-03T11:11:26.000000Z K 7 svn:log V 262 - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object. END