Re: [PATCH 1/2] fs/super: Add a flag to mark super block defunc

From: Theodore Ts'o
Date: Wed May 11 2022 - 10:50:56 EST


On Wed, May 11, 2022 at 11:30:56AM +1000, Daniil Lunev wrote:
> File system can mark a block "defunc" in order to prevent matching
> against it in a new mount.

Spelling nit: s/defunc/defunct/

I would suggest changing s_defunc to s_defunct in the patch below, to
ease in readability.

Cheers,

- Ted