From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Subject: Re: [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb Date: Wed, 13 Sep 2023 15:07:59 -0700 Message-ID: <202309131507.FAD836921D@keescook> References: <20230913111013.77623-1-hch@lst.de> <20230913111013.77623-13-hch@lst.de> Mime-Version: 1.0 Return-path: 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= Content-Disposition: inline In-Reply-To: <20230913111013.77623-13-hch-jcswGhMUV9g@public.gmane.org> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-s39 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