On 2018/10/9 23:34, Sergei Shtylyov wrote: > 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. Thank you for review. > >> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > [...] > > MBR, Sergei > > >