On Thu, Feb 06, 2020 at 06:01:32PM +0100, Oleg Nesterov wrote: > Points to the current function or to the global variable in case of > compound initializer. > > Kill the ugly test-dissect.c:storage() and change print_usage() to > report dissect_ctx->ident instead. Having the ful ident will be good, I think, but the cost is to have to maintain this context. I suppose it would be too painful to propgate this context via an additional argument to all involved functions? -- Luc