Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2007 21:08:49 +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_bio.c nfs_nfsiod.c
Message-ID:  <200709252108.l8PL8n5k099283@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mohans      2007-09-25 21:08:49 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_bio.c nfs_nfsiod.c 
  Log:
  Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle
  timeout occurring at exactly the same time. If this happens, the nfsiod
  exits although there may be a queued async IO request for it.
  
  Found by : Kris Kennaway
  Approved by: re
  
  Revision  Changes    Path
  1.165     +7 -0      src/sys/nfsclient/nfs_bio.c
  1.91      +13 -3     src/sys/nfsclient/nfs_nfsiod.c



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