Re: [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb

From: Kees Cook
Date: Wed Sep 13 2023 - 18:08:11 EST


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 <hch@xxxxxx>

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> # for pstore

--
Kees Cook