Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 14:19:37 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clbio.c
Message-ID:  <201105051419.p45EJkct090780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-05-05 14:19:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clbio.c 
  Log:
  SVN rev 221498 on 2011-05-05 14:19:37Z by rmacklem
  
  MFC: r220928
  Remove the nm_mtx mutex locking from the test for
  nm_maxfilesize. This value rarely, if ever, changes
  and the nm_mtx mutex is locked/unlocked earlier in
  the function, which should be sufficient to avoid
  getting a stale cached value for it. There is a
  discussion w.r.t. what these tests should be, but
  I've left them basically the same as the regular
  NFS client for now.
  
  Revision  Changes    Path
  1.9.2.9   +1 -5      src/sys/fs/nfsclient/nfs_clbio.c



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