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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2CBDC433ED for ; Mon, 19 Apr 2021 14:37:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D68F761002 for ; Mon, 19 Apr 2021 14:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240295AbhDSOhq (ORCPT ); Mon, 19 Apr 2021 10:37:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:60434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240144AbhDSOho (ORCPT ); Mon, 19 Apr 2021 10:37:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4957761002; Mon, 19 Apr 2021 14:37:12 +0000 (UTC) Date: Mon, 19 Apr 2021 16:37:08 +0200 From: Christian Brauner To: Al Viro Cc: Tyler Hicks , Christian Brauner , ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, Amir Goldstein Subject: Re: [PATCH 1/3] ecryptfs: remove unused helpers Message-ID: <20210419143708.7zlmjeabuzfyf2rs@wittgenstein> References: <20210409162422.1326565-1-brauner@kernel.org> <20210409162422.1326565-2-brauner@kernel.org> <20210419044850.GF398325@elm> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Apr 19, 2021 at 01:49:08PM +0000, Al Viro wrote: > On Sun, Apr 18, 2021 at 11:48:50PM -0500, Tyler Hicks wrote: > > On 2021-04-09 18:24:20, Christian Brauner wrote: > > > From: Christian Brauner > > > > > > Remove two helpers that are unused. > > > > > > Cc: Amir Goldstein > > > Cc: Tyler Hicks > > > Cc: ecryptfs@vger.kernel.org > > > Cc: linux-fsdevel@vger.kernel.org > > > Signed-off-by: Christian Brauner > > > > I'll pick this patch up now as it looks like it didn't make it into your > > v2 of the port to private mounts. I'll review those patches separately. > > FWIW, there's also a series in vfs.git #work.ecryptfs (posted Mar 20), > and that, AFAICS, duplicates 483bc7e82ccfc in there... Yeah, this is why I dropped the patch in the combined series I sent out last week.