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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FF5AEE0213 for ; Wed, 13 Sep 2023 22:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbjIMWIH (ORCPT ); Wed, 13 Sep 2023 18:08:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232977AbjIMWIE (ORCPT ); Wed, 13 Sep 2023 18:08:04 -0400 Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E278C1996 for ; Wed, 13 Sep 2023 15:08:00 -0700 (PDT) Received: by mail-ot1-x329.google.com with SMTP id 46e09a7af769-6befdb1f545so187953a34.3 for ; Wed, 13 Sep 2023 15:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1694642880; x=1695247680; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=rfjhWaT9cZxBP5V6PIM2mr46ku8Oc99YcLOA60af1KU=; b=Wi1LCj86ApS9gpVrE9naZ3qyr3fYpgNUpZFYmAIAApZONcdoNpurdU6KjHPdWqqylw zVtzPHyIJwJKksnoF71UPDPQN8Zibhn6mMHHna6ZOqxWBnUBsojK8KYqxDGZ/drjWr0O YtkBgcUwAtsa65E2n39fFUZDBcixbSlgv1o6Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694642880; x=1695247680; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=rfjhWaT9cZxBP5V6PIM2mr46ku8Oc99YcLOA60af1KU=; b=N+PhqcX18v+t/2EAo6zIPkHtoYb2Mn2L+I+VSoDz1a+G6mxWKzcfe8e5qV9FL4sd3M 3VU96EpWyFde2zGHfwyaCboPGqWgIXEIHCKYQui0Qr1LDxT0zZjxMSuOaukeC9mWMrbh Vm8kTCTJQ4kYA6Rp5ZZUMjMIyIsA11tE5SuusdtI2ohGzl59jO77CN4KJcQPDG2AzQtC O5xZfYGi2Qhw3YU2gAV7joWP4AUyc40oLQhV2xKbHyDINBwv7aG0YVmgYiLkAidt8eAT Qbw4S6fNO6ewoOjA4QsRt5+qgZK176vJmaQdx+io++BETyqE+NLrRJry7Xf3cPWN7LWu d8YA== X-Gm-Message-State: AOJu0Yzs8EE5jmCES1nxShLX4Ws54ZaRN/5nKdyghWsyY7R8B0jJJdwA kW+EYcp8DTaOQtgJ0KHojZr40A== X-Google-Smtp-Source: AGHT+IEZE3h3wTLMmi2pZgsbif5OpA7FowTFFztJjELuZ5utKxFD22kWo++unfbUiL/8y4QCIePvbQ== X-Received: by 2002:a05:6358:4327:b0:132:d32d:d929 with SMTP id r39-20020a056358432700b00132d32dd929mr4380721rwc.20.1694642880172; Wed, 13 Sep 2023 15:08:00 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id m30-20020a637d5e000000b0057411f9a516sm19425pgn.7.2023.09.13.15.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Sep 2023 15:07:59 -0700 (PDT) Date: Wed, 13 Sep 2023 15:07:59 -0700 From: Kees Cook To: Christoph Hellwig Cc: Christian Brauner , Al Viro , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Fenghua Yu , Reinette Chatre , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Dennis Dalessandro , Tejun Heo , Trond Myklebust , Anna Schumaker , Damien Le Moal , Naohiro Aota , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org, linux-hardening@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb Message-ID: <202309131507.FAD836921D@keescook> References: <20230913111013.77623-1-hch@lst.de> <20230913111013.77623-13-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230913111013.77623-13-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Sep 13, 2023 at 08:10:06AM -0300, Christoph Hellwig wrote: > Replace kill_litter_super with litter_shutdown_sb, which is wired up to > the ->shutdown_sb method. For file systems that wrapped > kill_litter_super, ->kill_sb is replaced with ->shutdown and ->free_sb > methods as needed. > > Signed-off-by: Christoph Hellwig Reviewed-by: Kees Cook # for pstore -- Kees Cook