Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2011 23:56:57 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clvnops.c
Message-ID:  <201104172357.p3HNvH72062497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-17 23:56:57 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clvnops.c 
  Log:
  SVN rev 220762 on 2011-04-17 23:56:57Z by rmacklem
  
  Change the mutex locking for several locations in the
  experimental NFS client's vnode op functions to make
  them compatible with the regular NFS client. I'll admit
  I'm not sure that the mutex locks around the assignments
  are needed, but the regular client has them, so I added them.
  Also, add handling of the case of partial attributes in
  setattr to be compatible with the regular client.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.34      +60 -28    src/sys/fs/nfsclient/nfs_clvnops.c



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