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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8C76C433FE for ; Tue, 4 Oct 2022 16:53:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230118AbiJDQxT (ORCPT ); Tue, 4 Oct 2022 12:53:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiJDQxK (ORCPT ); Tue, 4 Oct 2022 12:53:10 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54B8D5F7F8; Tue, 4 Oct 2022 09:53:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=66aqUZWz2FgRnKGApbs38q4Mr+7W+Z+HaQp9np7pEZk=; b=UXLvwRbu+qKg6faONfJi18dvp3 YReowfJYPiQkiVS+WAc/+bnAwDmAmjN3WvNLfArYSqdPvz5M4tiLE8ml1qQ8sCDMBLAU7F+QTGVvP eA9PuS+tnKxcWLUc9tGiXsdTEIz/DZPHf8Ol3RArL7InrGSfy7F9gPXL/OnJedvtLAwSTmfuqJHXj 86vBNUb+KW7aKzYQxVwFLbowcMJRYJglO5gGJK5AMC96q/wTmhrAROQwmgxJClybdg8G4YuGKLuZv EhRWXUU3FEOhb7ebb2l+smZdAL0KNMxhMYcMZHANWNYiejNL/I5AhMpv3oyC8DvRvFjyes7T4a7nS /pQLLpZA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1oflAK-0072FQ-2i; Tue, 04 Oct 2022 16:53:08 +0000 Date: Tue, 4 Oct 2022 17:53:08 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git pile 2 (d_path) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-d_path for you to fetch changes up to c4c8451147da569a79eff5edcd2864e8ee21d7aa: d_path.c: typo fix... (2022-08-20 11:34:33 -0400) ---------------------------------------------------------------- d_path pile ---------------------------------------------------------------- Al Viro (2): dynamic_dname(): drop unused dentry argument d_path.c: typo fix... drivers/dma-buf/dma-buf.c | 2 +- fs/anon_inodes.c | 2 +- fs/d_path.c | 5 ++--- fs/nsfs.c | 2 +- fs/pipe.c | 2 +- include/linux/dcache.h | 4 ++-- net/socket.c | 2 +- 7 files changed, 9 insertions(+), 10 deletions(-)