From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:36138 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727356AbeHCSsW (ORCPT ); Fri, 3 Aug 2018 14:48:22 -0400 From: Al Viro To: linux-fsdevel@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCHES] more d_splice_alias() in ->lookup() instances Date: Fri, 3 Aug 2018 17:51:10 +0100 Message-Id: <20180803165115.21094-1-viro@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Al Viro In the spirit of "thou shalt not push into your tree without at least posting for review"... * hostfs conversion of ->lookup() to use of d_splice_alias() * afs conversions of ->lookup() to use of d_splice_alias() * hpfs conversion of ->lookup() to use of d_splice_alias(), leak fix on failure exit. Stuff is in vfs.git#work.lookup, to go into #for-next if nobody yells.