From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:51492 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbdKFDNe (ORCPT ); Sun, 5 Nov 2017 22:13:34 -0500 Date: Mon, 6 Nov 2017 03:13:32 +0000 From: Al Viro To: Christoph Hellwig Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 1/2] fs: expose do_unlinkat for built-in callers Message-ID: <20171106031332.GQ21978@ZenIV.linux.org.uk> References: <20171104104446.20792-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171104104446.20792-1-hch@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Nov 04, 2017 at 01:44:45PM +0300, Christoph Hellwig wrote: > And make it take a struct filename instead of a user pointer. Applied. It's not pretty, but then neither was the original and after trying to tweak it... probably better do that as a followup someday.