On Sat, Nov 04, 2023 at 03:00:12PM +0100, Christian Brauner wrote: > Above we call super_lock_excl() which waits until the superblock is > SB_BORN and since SB_BORN is never unset once set this check can never > fire. Plus, we also hold an active reference at this point already so > this superblock can't even be shutdown. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>