svn commit: r357711 - head/sys/ufs/ufs

Scott Long scottl at FreeBSD.org
Mon Feb 10 00:26:42 UTC 2020


Author: scottl
Date: Mon Feb 10 00:26:41 2020
New Revision: 357711
URL: https://svnweb.freebsd.org/changeset/base/357711

Log:
  Missed a file in r357710, add it here.

Modified:
  head/sys/ufs/ufs/ufsmount.h

Modified: head/sys/ufs/ufs/ufsmount.h
==============================================================================
--- head/sys/ufs/ufs/ufsmount.h	Mon Feb 10 00:23:20 2020	(r357710)
+++ head/sys/ufs/ufs/ufsmount.h	Mon Feb 10 00:26:41 2020	(r357711)
@@ -131,6 +131,7 @@ struct ufsmount {
  */
 #define UM_CANDELETE		0x00000001	/* devvp supports TRIM */
 #define UM_WRITESUSPENDED	0x00000002	/* suspension in progress */
+#define UM_CANSPEEDUP		0x00000004	/* devvp supports SPEEDUP */
 
 /*
  * function prototypes


More information about the svn-src-all mailing list