On 10/09/2018 05:15 PM, YueHaibing wrote:
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> net/rxrpc/output.c: In function 'rxrpc_reject_packets':
> net/rxrpc/output.c:527:11: warning:
> variable 'ioc' set but not used [-Wunused-but-set-variable]
>
> 'ioc' is the correct kvec num while send response packet.
>
> Fixes: commit ece64fec164f ("rxrpc: Emit BUSY packets when supposed to rather
> than
ABORTs")
"commit" not needed here.
> Signed-off-by: YueHaibing <[email protected]>
[...]
MBR, Sergei