Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2011 19:50:11 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfs_var.h nfsdport.h src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c nfs_nfsdsocket.c
Message-ID:  <201101061950.p06JoVCA061266@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-01-06 19:50:11 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfs_var.h nfsdport.h 
    sys/fs/nfsserver     nfs_nfsdport.c nfs_nfsdserv.c 
                         nfs_nfsdsocket.c 
  Log:
  SVN rev 217063 on 2011-01-06 19:50:11Z by rmacklem
  
  Since the VFS_LOCK_GIANT() code in the experimental NFS
  server is broken and the major file systems are now all
  mpsafe, modify the server so that it will only export
  mpsafe file systems. This was discussed on freebsd-fs@
  and removes a fair bit of crufty code.
  
  MFC after:      12 days
  
  Revision  Changes    Path
  1.21      +0 -2      src/sys/fs/nfs/nfs_var.h
  1.5       +0 -1      src/sys/fs/nfs/nfsdport.h
  1.38      +10 -68    src/sys/fs/nfsserver/nfs_nfsdport.c
  1.15      +7 -38     src/sys/fs/nfsserver/nfs_nfsdserv.c
  1.12      +37 -62    src/sys/fs/nfsserver/nfs_nfsdsocket.c



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