From owner-freebsd-fs@freebsd.org Mon Jul 6 17:04:13 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EB494D9C7 for ; Mon, 6 Jul 2015 17:04:13 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA2A61B2E for ; Mon, 6 Jul 2015 17:04:12 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by labgy5 with SMTP id gy5so10894688lab.2 for ; Mon, 06 Jul 2015 10:04:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/v6Ho3vyIGhf0SxzX8SJKkmidAbBSUQDeI5AcMuj3lQ=; b=ITl49u15GaBod/9nG01BiPPhPtGT6k+PEy3lWZ9fWVeDqbIB1ya2YI+GDfYbBFkphs //EGhmE8fnPURrqggmW8dgODPZw1DAaptI9Nu5FYY5NiPkQBFGnXxWjfSaXq7HXeriI4 JBdQbZjpNw20v7T4VWTRbVEw1IZpGHlheacBCLVF+wGt9pVftQShB7aju9eyrOaxqLFF aDlBO97edNLikNWCEKAc5GnyCBUn3JdlZ9L3YzkJy6IsmdsahCj4eJ9D2MEWYkoz6uJn eCE0lVrRGFNy8VvhMGrSVJpfoKZD3QpmShLPoZeTmwc1o2hgmu+zuwQzKVNy8KOFL1pd zD+Q== MIME-Version: 1.0 X-Received: by 10.112.164.35 with SMTP id yn3mr44094865lbb.91.1436202250702; Mon, 06 Jul 2015 10:04:10 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Mon, 6 Jul 2015 10:04:10 -0700 (PDT) In-Reply-To: <559AB32A.7070702@sneakertech.com> References: <5599496C.6010702@sneakertech.com> <20150705210306.GA1048@in-addr.com> <559A08AF.9050809@sneakertech.com> <559A14DB.3080905@sneakertech.com> <559A87FE.70309@kateley.com> <559AB32A.7070702@sneakertech.com> Date: Mon, 6 Jul 2015 20:04:10 +0300 Message-ID: Subject: Re: A question about ZFS built-in SMB From: Kimmo Paasiala To: Quartz Cc: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 17:04:13 -0000 On Mon, Jul 6, 2015 at 7:56 PM, Quartz wrote: >> All open-zfs come from basically the same source. The communities that >> use can make decisions on how it operates on their platform. > > > Oh ok. I was under the impression that Linux ZFS was basically a hack/port > of the FreeBSD version due to licensing issues, and the FreeBSD version was > itself a port of the illumos version. > > > > http://zfsonlinux.org/faq.html#WhatAboutTheLicensingIssue There is no real licensing issue since ZFS can be compiled into a loadable kernel module(s) on Linux (just as it is used in FreeBSD anyway) and that avoids the clash between the two mutually incompatible licenses. -Kimmo