svn commit: r334976 - projects/pnfs-planb-server/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Mon Jun 11 19:51:49 UTC 2018


Author: rmacklem
Date: Mon Jun 11 19:51:48 2018
New Revision: 334976
URL: https://svnweb.freebsd.org/changeset/base/334976

Log:
  Delete a comment line that is no longer valid.

Modified:
  projects/pnfs-planb-server/sys/fs/nfs/nfsrvstate.h

Modified: projects/pnfs-planb-server/sys/fs/nfs/nfsrvstate.h
==============================================================================
--- projects/pnfs-planb-server/sys/fs/nfs/nfsrvstate.h	Mon Jun 11 19:48:15 2018	(r334975)
+++ projects/pnfs-planb-server/sys/fs/nfs/nfsrvstate.h	Mon Jun 11 19:51:48 2018	(r334976)
@@ -192,7 +192,6 @@ struct nfsdsession {
  * - open file structures chained off an open_owner structure
  * - lock_owner structures chained off an open file structure
  * - delegated file structures chained off of nfsclient and nfslockfile
- * - pNFS layouts chained off of nfsclient and nfslockfile
  * - the ls_list field is used for the chain it is in
  * - the ls_head structure is used to chain off the sibling structure
  *   (it is a union between an nfsstate and nfslock structure head)


More information about the svn-src-projects mailing list