Module Name: src Committed By: chs Date: Thu May 14 17:35:54 UTC 2015
Modified Files: src/sys/nfs: nfs_vnops.c Log Message: in nfs_writerpc(), avoid a signed/unsigned problem in computing the number of bytes to back up in the uio when we need to resend a write RPC (eg. after a server crash) on a 64-bit platform. should fix PR 35448. To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/sys/nfs/nfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.