in-kernel zfs and cryptodev

Bruno Lauzé brunolauze at msn.com
Wed Nov 6 15:39:43 UTC 2013


I am compiling zfs in-kernel and it's working pretty well. However to succeed building a kernel
with :

options zfs
device  crypto
device  cryptodev


a patch is needed to rename sys/opencrypto/deflate.c which enter in conflict with deflate.c from zfs

After renaming sys/opencrypto/deflate.c to sys/opencrypto/cryptodeflate.c and changing the filename in sys/conf/files everything works perfectly.

Any opinions on this? 		 	   		  


More information about the freebsd-current mailing list