From owner-freebsd-commit Mon Jul 24 05:51:05 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA18400 for commit-outgoing; Mon, 24 Jul 1995 05:51:05 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA18386 for cvs-sys-outgoing; Mon, 24 Jul 1995 05:50:56 -0700 Received: (from dfr@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA18375 ; Mon, 24 Jul 1995 05:50:51 -0700 Date: Mon, 24 Jul 1995 05:50:51 -0700 From: Doug Rabson Message-Id: <199507241250.FAA18375@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: commit-owner@FreeBSD.org Precedence: bulk dfr 95/07/24 05:50:51 Modified: sys/nfs nfs_vnops.c Log: Fix a problem which appeared to truncate a file to the nearest block boundary when it is moved to an NFS filesystem from from another filesystem and /bin/mv failed to set the file ownership during the move. I believe that this bug is present in STABLE but I have not tested it. The fix would be the same in STABLE even though the code has changed quite considerably in CURRENT.