Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 22:52:38 +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:  <201106282252.p5SMqj1K020243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-06-28 22:52:38 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfsproto.h 
    sys/fs/nfsclient     nfs_clport.c nfs_clrpcops.c 
  Log:
  SVN rev 223657 on 2011-06-28 22:52:38Z by rmacklem
  
  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.
  
  Tested by:      tdh at excfb.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.5       +12 -3     src/sys/fs/nfs/nfsproto.h
  1.26      +1 -0      src/sys/fs/nfsclient/nfs_clport.c
  1.25      +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?201106282252.p5SMqj1K020243>