Re: [PATCH] KEYS: Invert FINAL_PUT bit

From: David Howells
Date: Sun May 04 2025 - 03:44:37 EST


Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote:

> + key->flags |= KEY_FLAG_DONT_GC_YET;

You need __set_bit() or 1<<N.

Also, don't really like the name, but that's just bikeshedding. I think I'd
lean more to your initial suggestion of KEY_FLAG_ALIVE.

David