Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2001 14:45:20 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs nfs_vnops.c
Message-ID:  <200101042245.f04MjKK21388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101042245.f04MjKK21388>