aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2020-02-10 00:26:41 +0000
committerScott Long <scottl@FreeBSD.org>2020-02-10 00:26:41 +0000
commit9ce150463c33f422448febf56647a4370c7644c7 (patch)
treebdaa29a04f83588ad881b966e60fa9d462f03afc /sys/ufs
parent7d99bda79e32ac633b29cca06396677fd94d3559 (diff)
downloadsrc-9ce150463c33f422448febf56647a4370c7644c7.tar.gz
src-9ce150463c33f422448febf56647a4370c7644c7.zip
Missed a file in r357710, add it here.
Notes
Notes: svn path=/head/; revision=357711
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufsmount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h
index fd2d153ec759..493571442d67 100644
--- a/sys/ufs/ufs/ufsmount.h
+++ b/sys/ufs/ufs/ufsmount.h
@@ -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