Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2011 23:04:08 +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:  <201104242304.p3ON4LqP011506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rmacklem    2011-04-24 23:04:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsserver     nfs_nfsdport.c nfs_nfsdstate.c 
  Log:
  SVN rev 221002 on 2011-04-24 23:04:08Z by rmacklem
  
  MFC: r220530
  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.
  
  Revision   Changes    Path
  1.6.2.17   +1 -0      src/sys/fs/nfs/nfs_var.h
  1.15.2.29  +8 -0      src/sys/fs/nfsserver/nfs_nfsdport.c
  1.10.2.22  +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?201104242304.p3ON4LqP011506>