Date: Mon, 10 Feb 2020 00:26:42 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r357711 - head/sys/ufs/ufs Message-ID: <202002100026.01A0QgS4053766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002100026.01A0QgS4053766>
