From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:56008 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726699AbeGRM4P (ORCPT ); Wed, 18 Jul 2018 08:56:15 -0400 Date: Wed, 18 Jul 2018 13:18:34 +0100 From: Al Viro To: Miklos Szeredi Cc: Miklos Szeredi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 (v4.18 regression fix)] vfs: don't evict uninitialized inode Message-ID: <20180718121833.GR30522@ZenIV.linux.org.uk> References: <20180706204521.29654-1-mszeredi@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Jul 18, 2018 at 01:40:08PM +0200, Miklos Szeredi wrote: > Ping? > > This (or some variant) needs to go into 4.18. Yes - icache series is on the top of my list, now that -open stuff is (hopefully) sorted out (in for-next, anyway). I'm putting together a queue with that stuff at the moment. BTW, why have you left generic_readlink() sitting around? AFAICS, it could've been folded into the only remaining caller just as you've made it static in late 2016... I'll fold it in; just curious what was the reason for not doing that back then...