On Wed, Feb 05, 2025 at 08:19:06PM -0600, Eric Sandeen wrote: > On 2/5/25 8:04 PM, Kees Cook wrote: > >> @@ -431,19 +434,33 @@ static int pstore_fill_super(struct super_block *sb, void *data, int silent) > >> return -ENOMEM; > >> > >> scoped_guard(mutex, &pstore_sb_lock) > >> - pstore_sb = sb; > >> + pstore_sb = sb; > > Shouldn't scoped_guard() induce a indent? > > Whoops, not sure how that happened, sorry. > > Fix on commit or send V2? I fixed it.