On Mon, Nov 22, 2021 at 3:57 PM Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> wrote: > > Instead, jump directly to success case stores in case ret >= 0, else do > the default 0 value store and jump over the success case. This is better > in terms of readability. Readjust the code for kfunc relocation as well > to follow a similar pattern, also leads to easier to follow code now. > > Suggested-by: Alexei Starovoitov <ast@xxxxxxxxxx> > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>