K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-06-04T22:29:19.722076Z K 7 svn:log V 391 MFC: r251079 Post-r248567, there were times when the client would return a truncated directory for some NFS servers. This turned out to be because the size of a directory reported by an NFS server can be smaller that the ufs-like directory created from the RPC XDR in the client. This patch fixes the problem by changing r248567 so that vnode_pager_setsize() is only done for regular files. END