Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 00:37:15 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335571 - head/sys/fs/nfs
Message-ID:  <201806230037.w5N0bFpA007248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Sat Jun 23 00:37:15 2018
New Revision: 335571
URL: https://svnweb.freebsd.org/changeset/base/335571

Log:
  Define ND_HASSLOTID needed by r335568.
  
  r335568 uses a flag called ND_HASSLOTID to indicate that the slotid is set,
  so it can free and invalidate it.
  This flag needs to be set, which will be done in a subsequent commit.
  
  MFC after:	2 weeks

Modified:
  head/sys/fs/nfs/nfs.h

Modified: head/sys/fs/nfs/nfs.h
==============================================================================
--- head/sys/fs/nfs/nfs.h	Fri Jun 22 23:52:20 2018	(r335570)
+++ head/sys/fs/nfs/nfs.h	Sat Jun 23 00:37:15 2018	(r335571)
@@ -681,6 +681,7 @@ struct nfsrv_descript {
 #define	ND_DSSERVER		0x40000000
 #define	ND_CURSTATEID		0x80000000
 #define	ND_SAVEDCURSTATEID	0x100000000
+#define	ND_HASSLOTID		0x200000000
 
 /*
  * ND_GSS should be the "or" of all GSS type authentications.



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