Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2011 20:43:07 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfs_var.h src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdstate.c
Message-ID:  <201104102043.p3AKhKGH032384@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-10 20:43:07 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsserver     nfs_nfsdport.c nfs_nfsdstate.c 
  Log:
  SVN rev 220530 on 2011-04-10 20:43:07Z by rmacklem
  
  Add some cleanup code to the module unload operation for
  the experimental NFS server, so that it doesn't leak memory
  when unloaded. However, unloading the NFSv4 server is not
  recommended, since all NFSv4 state will be lost by the unload
  and clients will have to recover the state after a server
  reload/restart as if the server crashed/rebooted.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.23      +1 -0      src/sys/fs/nfs/nfs_var.h
  1.45      +8 -0      src/sys/fs/nfsserver/nfs_nfsdport.c
  1.31      +34 -0     src/sys/fs/nfsserver/nfs_nfsdstate.c



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