Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp584230ybi; Fri, 7 Jun 2019 13:06:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqzOzz5yYRQhjomdJypIRZLMum1BQLVDX2C353or7DnY1LSmRJ6+ycsY4r8caLXmQJalJCvs X-Received: by 2002:a65:48c3:: with SMTP id o3mr4685921pgs.351.1559938014584; Fri, 07 Jun 2019 13:06:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559938014; cv=none; d=google.com; s=arc-20160816; b=CC+/6xMnAxXwkr3284fKgOm11yMLhF1kER+yRrhVcxmvK+R+aAgmYz2y9XA4/oxfFF IOowoaBnndnHztAD5tgvXzFaPZLTDvhXV7dzTmwJdUJaHcF2SAs+oYiGVCJ4pZi+Zqgi 9jFyGONn0zCclatJQY5l4lg8PI9xgcJkIxel51wsVDEEbiFih1kaAVVAHbV7HJxKE+tj aeJTqTnyXNwIpEizPNX123IKSMlh0Gny7vpmeY/d0Rtk5Rcvu9P8BvoKwtb8mF5GHi8z pjq6XVL+yVAEyO9yFG9o8IePUaFUUeW+1MRV08mj74GkoYAisCjasu67RuO7mE9fIHkY PocQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=TGj4kmOoixqyLD4VqJm19wsMvw16tgXAXDJj/nvJCXY=; b=T5mvhIEjpTMMn0lcP5qyAhBV3xfrWjjl1p4GmB+nd3yFM3NwSYIGHOnDo5ec6Gr0zO l7kUnTn4vwzmJnFeLV2pGyTkUzhmCLjFuerZDVy862rEDyMEPyd8c4RZDiUTA39YO4Js dnM2QsCrc6ApWwszOj10deSe6X/B0bzL/63uiYncf03k5t542amo6iCi57nryjYeEP8Z R/l3JhY6WTTV7G9FrPTpaoiOpq/5D8sE5t09ggVf96J5vFKeNReRZeEovUY7tBPL01m0 9JgZEP4LyWIg2Cehw1jU3OCKauUuBVrSBMQvNYL5LiEd6TlEkrlFxPIDBhmXPLGOjT0H K4kA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 23si3229380pjx.87.2019.06.07.13.06.38; Fri, 07 Jun 2019 13:06:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730355AbfFGTaX (ORCPT + 99 others); Fri, 7 Jun 2019 15:30:23 -0400 Received: from ms.lwn.net ([45.79.88.28]:58516 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729172AbfFGTaW (ORCPT ); Fri, 7 Jun 2019 15:30:22 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2A6D82CD; Fri, 7 Jun 2019 19:30:22 +0000 (UTC) Date: Fri, 7 Jun 2019 13:30:21 -0600 From: Jonathan Corbet To: "Darrick J. Wong" Cc: Shiyang Ruan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH] Documentation: xfs: Fix typo Message-ID: <20190607133021.3a537e3a@lwn.net> In-Reply-To: <20190607183410.GF1871505@magnolia> References: <20190509030549.2253-1-ruansy.fnst@cn.fujitsu.com> <20190607114415.32cb32dd@lwn.net> <20190607183410.GF1871505@magnolia> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 Jun 2019 11:34:10 -0700 "Darrick J. Wong" wrote: > I doubt the value of maintaining duplicate copies of this document in > the kernel and the xfs documentation repo, and since the xfs docs and > kernel licences aren't compatible maybe we should withdraw one... Um .... the in-kernel docs say nothing about an incompatible license. I see only a GPL license at the repo you pointed to as well. Is there something I don't know going on here? If the licenses aren't compatible then those files shouldn't be there. Thanks, jon