From 766963d6798ac8eadcde71348dcfa49a08bb46f0 Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 11 May 2010 15:32:21 +0000 Subject: [PATCH] Back out r205134. It is not stable. MFC after: 3 days --- sys/modules/zfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index 45540887e64..737db26aae2 100644 --- a/sys/modules/zfs/Makefile +++ b/sys/modules/zfs/Makefile @@ -64,7 +64,7 @@ SRCS+= ${ZFS_SRCS} SRCS+= vdev_geom.c # Use UMA for ZIO allocation. -CFLAGS+=-DZIO_USE_UMA +#CFLAGS+=-DZIO_USE_UMA # Use FreeBSD's namecache. CFLAGS+=-DFREEBSD_NAMECACHE -- 2.45.0