From owner-freebsd-current@FreeBSD.ORG Wed Nov 6 15:39:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5350D463 for ; Wed, 6 Nov 2013 15:39:43 +0000 (UTC) (envelope-from brunolauze@msn.com) Received: from blu0-omc2-s27.blu0.hotmail.com (blu0-omc2-s27.blu0.hotmail.com [65.55.111.102]) by mx1.freebsd.org (Postfix) with ESMTP id 22BEB280A for ; Wed, 6 Nov 2013 15:39:42 +0000 (UTC) Received: from BLU179-W46 ([65.55.111.71]) by blu0-omc2-s27.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 6 Nov 2013 07:38:37 -0800 X-TMN: [UX2dKicW3VTsIHtS4SL78+gejpgehysO] X-Originating-Email: [brunolauze@msn.com] Message-ID: From: =?iso-8859-1?B?QnJ1bm8gTGF1euk=?= To: "freebsd-current@freebsd.org" Subject: in-kernel zfs and cryptodev Date: Wed, 6 Nov 2013 10:38:37 -0500 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 06 Nov 2013 15:38:37.0944 (UTC) FILETIME=[42ED0780:01CEDB06] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 15:39:43 -0000 I am compiling zfs in-kernel and it's working pretty well. However to succe= ed building a kernel=0A= with :=0A= =0A= options zfs=0A= device =A0crypto=0A= device =A0cryptodev=0A= =0A= =0A= a patch is needed to rename sys/opencrypto/deflate.c which enter in conflic= t with deflate.c from zfs=0A= =0A= After renaming sys/opencrypto/deflate.c to sys/opencrypto/cryptodeflate.c a= nd changing the filename in sys/conf/files everything works perfectly.=0A= =0A= Any opinions on this? =