aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-12-29 12:31:18 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-12-29 12:31:18 +0000
commita738d4cf20dd9cdc71299d31229b62efa12443f2 (patch)
tree8ab612371e7500ee1c3bac44a09208490c294417 /sbin/newfs/newfs.h
parent8c2a54de80eefc3366a1a727b9056508d826354c (diff)
downloadsrc-a738d4cf20dd9cdc71299d31229b62efa12443f2.tar.gz
src-a738d4cf20dd9cdc71299d31229b62efa12443f2.zip
Add support for FS_TRIM to user-mode UFS utilities.
Reviewed by: mckusick, pjd, pho Tested by: pho MFC after: 1 month
Notes
Notes: svn path=/head/; revision=216798
Diffstat (limited to 'sbin/newfs/newfs.h')
-rw-r--r--sbin/newfs/newfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h
index 9da3226a7756..8c826b13e606 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -85,6 +85,7 @@ extern int Xflag; /* exit in middle of newfs for testing */
extern int Jflag; /* enable gjournal for file system */
extern int lflag; /* enable multilabel MAC for file system */
extern int nflag; /* do not create .snap directory */
+extern int tflag; /* enable TRIM */
extern intmax_t fssize; /* file system size */
extern int sectorsize; /* bytes/sector */
extern int realsectorsize; /* bytes/sector in hardware*/