From: Tobias Klauser <tklau...@distanz.ch> Date: Tue, 10 Jan 2017 15:02:07 +0100
> Remove the unused but set variable 'first_node' in > __bpf_lru_list_shrink_inactive() to fix the following GCC warning when > building with 'W=1': > > kernel/bpf/bpf_lru_list.c:216:41: warning: variable ‘first_node’ set but > not used [-Wunused-but-set-variable] > > Cc: Martin KaFai Lau <ka...@fb.com> > Signed-off-by: Tobias Klauser <tklau...@distanz.ch> Applied.