Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 21:01:09 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfsproto.h src/sys/fs/nfsclient nfs_clport.c nfs_clrpcops.c
Message-ID:  <201107122101.p6CL1JWW035961@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rmacklem    2011-07-12 21:01:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfsproto.h 
    sys/fs/nfsclient     nfs_clport.c nfs_clrpcops.c 
  Log:
  SVN rev 223968 on 2011-07-12 21:01:09Z by rmacklem
  
  MFC: r223657
  Fix the new NFSv4 client so that it doesn't fill the cached
  mode attribute in as 0 when doing writes. The change adds
  the Mode attribute plus the others except Owner and Owner_group
  to the list requested by the NFSv4 Write Operation. This fixed
  a problem where an executable file built by "cc" would get mode
  0111 instead of 0755 for some NFSv4 servers.
  Found at the recent NFSv4 interoperability Bakeathon.
  
  Revision  Changes    Path
  1.2.2.3   +12 -3     src/sys/fs/nfs/nfsproto.h
  1.5.2.18  +1 -0      src/sys/fs/nfsclient/nfs_clport.c
  1.4.2.20  +2 -2      src/sys/fs/nfsclient/nfs_clrpcops.c



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