From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1921AC606C7 for ; Mon, 8 Jul 2019 19:57:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D817D20861 for ; Mon, 8 Jul 2019 19:57:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Yvr2PMV3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404752AbfGHT5T (ORCPT ); Mon, 8 Jul 2019 15:57:19 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:39268 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729760AbfGHT5T (ORCPT ); Mon, 8 Jul 2019 15:57:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=tyIU8Xl8fLThIKAr6zqxMx7FOywQgDqCMdJ/sBnvBco=; b=Yvr2PMV3+PME9ZodMlr+o2tDL smW8WnTyJtbru4ahuLbmqiEebKvVAD6dzv988MYeTHrvJKbjMCueRAJo5OoX5dBjUWdGO5HH8Riry mtMQeMuzPwvuzg5xbJA9bHkclUUfGnzzN2AXS+/N6bWAJG/jKcUuq8izSn3IREEauJqkRCvRNbxxe AL8kBCM3WFVgZmMYZpB3pOVgicpc9nmVe33xLWUwkxX3JNoKVhWp+40LGWA14goWIMBqM/vBigR1J tNdURDFD73hWudGIXawMv6/9tW03IDAyf5Fte3wt1ZJn9Rq5BA35UpHkx6SMuIwgMUPaPD00qUGFm 2ZDhcpS2Q==; Received: from willy by bombadil.infradead.org with local (Exim 4.92 #3 (Red Hat Linux)) id 1hkZlF-0001lt-OK; Mon, 08 Jul 2019 19:57:17 +0000 Date: Mon, 8 Jul 2019 12:57:17 -0700 From: Matthew Wilcox To: Shobhit Kukreti Cc: Jonathan Corbet , skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Linux-kernel-mentees] [PATCH] Documentation: filesystems: Convert jfs.txt to reStructedText format. Message-ID: <20190708195717.GG32320@bombadil.infradead.org> References: <20190706232236.GA24717@t-1000> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190706232236.GA24717@t-1000> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 06, 2019 at 04:22:39PM -0700, Shobhit Kukreti wrote: > +++ b/Documentation/filesystems/index.rst > @@ -41,3 +41,4 @@ Documentation for individual filesystem types can be found here. > :maxdepth: 2 > > binderfs.rst > + jfs This is the wrong place for this file. See earlier conversation with Sheriff Esseson, and the patch from me to move binderfs. > diff --git a/Documentation/filesystems/jfs.rst b/Documentation/filesystems/jfs.rst > new file mode 100644 > index 0000000..bfb6110 > --- /dev/null > +++ b/Documentation/filesystems/jfs.rst Why is git not detecting this as (mostly) a rename?