Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 19:06:43 +0000 (UTC)
From:      Mohan Srinivasan <mohans@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_node.c
Message-ID:  <200611271906.kARJ6huY045519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mohans      2006-11-27 19:06:43 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_node.c 
  Log:
  Fix for a bug caused by a race when 2 threads lookup the same
  file. Leave the loser's lock(s) initialized, so the reclaim logic can
  unconditionally destroy them when that race occurs (or if the vfs hash
  insert happened to fail for some other reason). Thanks to ups@ for a
  careful review of the code.
  Reported by : Kris Kennaway
  
  Revision  Changes    Path
  1.84      +7 -1      src/sys/nfsclient/nfs_node.c



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