Herbert Xu <herb...@gondor.apana.org.au> 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