Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2011 21:00:46 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clstate.c
Message-ID:  <201107282101.p6SL14Yh082520@repoman.freebsd.org>

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

rmacklem    2011-07-28 21:00:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clstate.c 
  Log:
  SVN rev 224487 on 2011-07-28 21:00:46Z by rmacklem
  
  MFC: r223971
  r222389 introduced a case where the NFSv4 client could
  loop in nfscl_getcl() when a forced dismount is in progress,
  because nfsv4_lock() will return 0 without sleeping when
  MNTK_UNMOUNTF is set.
  This patch fixes it so it won't loop calling nfsv4_lock()
  for this case.
  
  Revision  Changes    Path
  1.7.2.19  +2 -1      src/sys/fs/nfsclient/nfs_clstate.c



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