Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154412488
D40075.id121929.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
630 B
Referenced Files
None
Subscribers
None
D40075.id121929.diff
View Options
diff --git a/sys/contrib/openzfs/include/sys/spa.h b/sys/contrib/openzfs/include/sys/spa.h
--- a/sys/contrib/openzfs/include/sys/spa.h
+++ b/sys/contrib/openzfs/include/sys/spa.h
@@ -723,12 +723,12 @@
* Send TRIM commands in-line during normal pool operation while deleting.
* OFF: no
* ON: yes
- * NB: IN_FREEBSD_BASE is defined within the FreeBSD sources.
+ * NB: IN_BASE is defined within the FreeBSD sources.
*/
typedef enum {
SPA_AUTOTRIM_OFF = 0, /* default */
SPA_AUTOTRIM_ON,
-#ifdef IN_FREEBSD_BASE
+#ifdef IN_BASE
SPA_AUTOTRIM_DEFAULT = SPA_AUTOTRIM_ON,
#else
SPA_AUTOTRIM_DEFAULT = SPA_AUTOTRIM_OFF,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 9:54 AM (10 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32341195
Default Alt Text
D40075.id121929.diff (630 B)
Attached To
Mode
D40075: openzfs: use IN_BASE instead of IN_FREEBSD_BASE in spa.h
Attached
Detach File
Event Timeline
Log In to Comment