From owner-cvs-all Thu Jan 4 14:45:23 2001 From owner-cvs-all@FreeBSD.ORG Thu Jan 4 14:45:20 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39F0D37B400; Thu, 4 Jan 2001 14:45:20 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f04MjKK21388; Thu, 4 Jan 2001 14:45:20 -0800 (PST) (envelope-from dillon) Message-Id: <200101042245.f04MjKK21388@freefall.freebsd.org> From: Matt Dillon Date: Thu, 4 Jan 2001 14:45:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/01/04 14:45:20 PST Modified files: sys/nfs nfs_vnops.c Log: NFS O_EXCL file create semantics temporarily uses file attributes to store the file verifier. The NFS client is supposed to do a SETATTR after a successful O_EXCL open/create to clean up the attributes. FreeBSD's client code was generating a SETATTR rpc but was not generating an access or modification time update within that rpc, leaving the file with a broken access time that solaris chokes on (and it doesn't look very nice when you ls -lua under FreeBSD either!). Fixed. Revision Changes Path 1.163 +15 -2 src/sys/nfs/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message