Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2009 15:01:46 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clport.c
Message-ID:  <200910201502.n9KF27GN064167@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2009-10-20 15:01:46 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clport.c 
  Log:
  SVN rev 198290 on 2009-10-20 15:01:46Z by jh
  
  Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must
  be called after ncl_uninit() when unloading the nfscl module because
  ncl_uninit() uses ncl_iod_mutex which is destroyed in nfscl_modevent().
  
  Reviewed by:    rmacklem
  Approved by:    trasz (mentor)
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/fs/nfsclient/nfs_clport.c



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