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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"