From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:35902 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920AbeFHFda (ORCPT ); Fri, 8 Jun 2018 01:33:30 -0400 Date: Fri, 8 Jun 2018 06:33:29 +0100 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] vfs.git fix proc_fill_cache() regression Message-ID: <20180608053329.GA30522@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Regression fix for proc_fill_cache() braino introduced when switching instantiate() callback to d_splice_alias(). [with apologies for being MIA for several days - flu started on Sunday and got really nasty on Tuesday; back to normal now, hopefully] The following changes since commit 888e2b03ef56694290e58bd9ac23f8033bf6369f: switch the rest of procfs lookups to d_splice_alias() (2018-05-26 14:20:50 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.lookup for you to fetch changes up to d85b399b64e85a311c09205c675d4ae1c5af6246: fix proc_fill_cache() in case of d_alloc_parallel() failure (2018-06-08 01:17:11 -0400) ---------------------------------------------------------------- Al Viro (1): fix proc_fill_cache() in case of d_alloc_parallel() failure fs/proc/base.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)