diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-04-18 21:36:34 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-04-18 21:36:34 +0000 |
| commit | 3a482ccc5e0f656ad7bfec793e8c2c2881cb59a6 (patch) | |
| tree | 3dfcfdbddd40259bc8643863b0b0d52931c01c1c /sys/modules | |
| parent | 48ed64d02743ab188f7946d6f6627aa19b643a67 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/zfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index c95a8409ed4f..45540887e642 100644 --- a/sys/modules/zfs/Makefile +++ b/sys/modules/zfs/Makefile @@ -63,8 +63,8 @@ ZFS_SRCS= ${ZFS_OBJS:C/.o$/.c/} SRCS+= ${ZFS_SRCS} SRCS+= vdev_geom.c -# Use UMA for ZIO allocation. This is not stable. -#CFLAGS+=-DZIO_USE_UMA +# Use UMA for ZIO allocation. +CFLAGS+=-DZIO_USE_UMA # Use FreeBSD's namecache. CFLAGS+=-DFREEBSD_NAMECACHE |
