Re: [PATCH][bpf-next] bpf: remove redundant variable old_flags

From: David Miller
Date: Wed Oct 11 2017 - 23:23:07 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Wed, 11 Oct 2017 11:56:23 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Variable old_flags is being assigned but is never read; it is redundant
> and can be removed.
>
> Cleans up clang warning: Value stored to 'old_flags' is never read
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.