Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2009 07:32:04 +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:  <200912310732.nBV7WMq5024088@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2009-12-31 07:32:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clport.c 
  Log:
  SVN rev 201330 on 2009-12-31 07:32:04Z by jh
  
  MFC r198290:
  
  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().
  
  Approved by:    trasz (mentor)
  
  Revision  Changes    Path
  1.5.2.3   +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?200912310732.nBV7WMq5024088>