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=-12.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 B9020C17442 for ; Sun, 10 Nov 2019 14:17:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D12320B7C for ; Sun, 10 Nov 2019 14:17:03 +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="Defp8JuE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726800AbfKJORC (ORCPT ); Sun, 10 Nov 2019 09:17:02 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:39494 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726390AbfKJORC (ORCPT ); Sun, 10 Nov 2019 09:17:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Type:MIME-Version: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:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fVmVEbEUawJP+2+xjtt5g4dGUc3Ync4wEewM8s7BWYg=; b=Defp8JuExBSKtlwz0CPfQZaKbN ECVZJJwBIck+9HoH/47uXa7BCHZvfMr6ro9WerGEs/hAEkw1gDHjTJGZWD+pDBh/zU6vkglLdbQjs aHzce1pNwwbpyA0UMUiZpsYBkY62oXLUmNGyeKYuN91eFqP1wt9JDXcKNQp9R/XmgfHT8KhkYkH5m Ck1KAV6whVlG9yQpMPv93uMCuY6KgQrj/XuGg8bqMhtlknqt8egsYY6ETe0e8GBgjS2uIzsWGBmKc 43V9Bva4yQKCJHuPylo++WYbUgop14fU23xqX2QyVxKR4gnCu5SB6i8K4Y+5s2p/TNQyWm9zQZ2cv 3lWNwnfg==; Received: from [2001:4bb8:184:e48:c70:4a89:bc61:2] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iTo1V-0005HE-Ge; Sun, 10 Nov 2019 14:17:01 +0000 Date: Sun, 10 Nov 2019 15:16:48 +0100 From: Christoph Hellwig To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] configfs regression fix for 5.4-rc Message-ID: <20191110141648.GA23526@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 26bc672134241a080a83b2ab9aa8abede8d30e1c: Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux (2019-11-05 09:44:02 -0800) are available in the Git repository at: git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.4-2 for you to fetch changes up to e2f238f7d5a1fa69ff1884d37acf9a2a3a01b308: configfs: calculate the depth of parent item (2019-11-06 18:36:01 +0100) ---------------------------------------------------------------- configfs regression fix for 5.4-rc - fix a regression from this merge window in the configfs symlink handling (Honggang Li) ---------------------------------------------------------------- Honggang Li (1): configfs: calculate the depth of parent item fs/configfs/symlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)