K 10 svn:author V 3 kib K 8 svn:date V 27 2013-04-04T05:26:22.552945Z K 7 svn:log V 339 MFC r248567: Do not call vnode_pager_setsize() while a NFS node mutex is locked. vnode_pager_setsize() might sleep waiting for the page after EOF be unbusied. Call vnode_pager_setsize() both for the regular and directory vnodes. MFC r248581: Initialize the variable to avoid (false) compiler warning about use of an uninitialized local. END