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 DC0DDC433B4 for ; Mon, 19 Apr 2021 13:49:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A30EC611CE for ; Mon, 19 Apr 2021 13:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240623AbhDSNts (ORCPT ); Mon, 19 Apr 2021 09:49:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233050AbhDSNtq (ORCPT ); Mon, 19 Apr 2021 09:49:46 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26E05C06174A; Mon, 19 Apr 2021 06:49:16 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lYUGy-006Z1B-G9; Mon, 19 Apr 2021 13:49:08 +0000 Date: Mon, 19 Apr 2021 13:49:08 +0000 From: Al Viro To: Tyler Hicks Cc: Christian Brauner , ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, Amir Goldstein , Christian Brauner Subject: Re: [PATCH 1/3] ecryptfs: remove unused helpers Message-ID: 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=us-ascii Content-Disposition: inline In-Reply-To: <20210419044850.GF398325@elm> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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...