Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 15:18:01 +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:  <200906091518.n59FI9iJ003623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-09 15:18:01 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clvnops.c 
  Log:
  SVN rev 193837 on 2009-06-09 15:18:01Z by rmacklem
  
  Since vn_lock() with the LK_RETRY flag never returns an error
  for FreeBSD-CURRENT, the code that checked for and returned the
  error was broken. Change it to check for VI_DOOMED set after
  vn_lock() and return an error for that case. I believe this
  should only happen for forced dismounts.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.5       +11 -7     src/sys/fs/nfsclient/nfs_clvnops.c



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