Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp863478ybt; Tue, 7 Jul 2020 02:04:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzFpNUPhAUh7nRKr0D/fKnf2Hf/Rjpr5Rb6XPLVMkc6pGPdf/Pk40l2VnLpA+XVJmjPsRWC X-Received: by 2002:aa7:d754:: with SMTP id a20mr1374297eds.375.1594112693907; Tue, 07 Jul 2020 02:04:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594112693; cv=none; d=google.com; s=arc-20160816; b=JsEGVauSMql0+fwWII3VBpjHMasZJprTwns9jo7MDw+MxDd8VZDt9RflIn+pz+7aUe DXywByZCLL/DNyrhiAPdB1qPe8M1L7uEWXUWQNsq275/Q6V1piwHDPECX6pSd5eqY66b dszhF+dkGL14aVXsiJEkOrsGktgH1/g3z34uD1p8fu+mjBJ7VOx4OnVztdvD0pYhDkGx v1vK9SZh26UACntvcdt41wSyxy/8Lm8jZlePNblM4vebnudV9voAC7WudMML7vql3O6F FyMYzvG6LwbluOcAJ9/yioZ9+x21KfL658Ckv8jT9e7c47iH3CJAziHloaHHCxaTrHVc fXeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=v4sia+pdG4is8F0aCgOgYsVFkS1Aylc4aoafttxnWak=; b=UzyBco+sNNZrBq3e+RZavkb1O83juz89f+X5IcTHF30Dt8o/UP8/0r7uimd+121PVf /BRCHCWlDObWp2fghIAn53Mr0HYwkPMJqr8SGnOY4SstJIL7hVzCdDJaKKXyaLF9ZD6G cCUvpGAbBkKgPI1XGz0x9NweoCj+Di+rKiAI7U1cmY6DUmyxELGSyI9lZdawO+yP0QXu Pz3wFXLP8r5ci/vIFKb1zXfMKToei6VH+Vuqb3Eczl1kH7c81LgsBwey1Yc76DN2lYLi KBsq5fbB046WY3MpvAbixeu5sDd5LibOfhv6K99+o9dJrc1JwG65qg++O2H/qgBdKg6+ VHWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l12si16261506edk.328.2020.07.07.02.04.30; Tue, 07 Jul 2020 02:04:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727116AbgGGJDy (ORCPT + 99 others); Tue, 7 Jul 2020 05:03:54 -0400 Received: from verein.lst.de ([213.95.11.211]:57868 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726478AbgGGJDy (ORCPT ); Tue, 7 Jul 2020 05:03:54 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 3A0A168AFE; Tue, 7 Jul 2020 11:03:51 +0200 (CEST) Date: Tue, 7 Jul 2020 11:03:50 +0200 From: Christoph Hellwig To: "H. Peter Anvin" Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, Song Liu , Al Viro , Linus Torvalds , linux-raid@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd Message-ID: <20200707090350.GA28510@lst.de> References: <20200615125323.930983-1-hch@lst.de> <20200615125323.930983-10-hch@lst.de> <514b0176-d235-f640-b278-9a7d49af356f@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <514b0176-d235-f640-b278-9a7d49af356f@zytor.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 02, 2020 at 08:40:31PM -0700, H. Peter Anvin wrote: > On 2020-06-15 05:53, Christoph Hellwig wrote: > > BLKFLSBUF used to be overloaded for the ramdisk driver to free the whole > > ramdisk, which was completely different behavior compared to all other > > drivers. But this magic overload got removed in commit ff26956875c2 > > ("brd: remove support for BLKFLSBUF"), so this call is entirely > > pointless now. > > > > Signed-off-by: Christoph Hellwig > > Does *anyone* use initrd as opposed to initramfs anymore? It would seem > like a good candidate for deprecation/removal. I thought about that as well. I think deprecating it at least is a good idea and can add a patch doing that to the next version.