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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 AE656C432BE for ; Fri, 27 Aug 2021 06:45:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8408860F92 for ; Fri, 27 Aug 2021 06:45:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234736AbhH0GqA (ORCPT ); Fri, 27 Aug 2021 02:46:00 -0400 Received: from verein.lst.de ([213.95.11.211]:32989 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232463AbhH0Gp7 (ORCPT ); Fri, 27 Aug 2021 02:45:59 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 872026736F; Fri, 27 Aug 2021 08:45:06 +0200 (CEST) Date: Fri, 27 Aug 2021 08:45:05 +0200 From: Christoph Hellwig To: Milan Broz Cc: Christoph Hellwig , Jens Axboe , Hillf Danton , Tetsuo Handa , Pavel Tatashin , "Reviewed-by : Tyler Hicks" , linux-block@vger.kernel.org Subject: Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module Message-ID: <20210827064505.GA23147@lst.de> References: <20210826133810.3700-1-hch@lst.de> <20210826133810.3700-6-hch@lst.de> <977860f6-efc4-a55e-50e3-c5204fc762c5@gmail.com> <20210826163422.GA28718@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Aug 26, 2021 at 06:44:32PM +0200, Milan Broz wrote: > Yes, I know that removal is far disturbing thing here, if it > can be planned for removal later, I think it is the best thing to do... > > And I would like to know actually if there are existing users > (and how and why they are using this interface - it cannot be configured > through losetup for years IIRC). We could just try to drop it entirely and see if anyone screams. You are probably right that no one will.