Re: [PATCH] cifs: Clean up unused variables in smb2pdu.c

2017-07-09 Thread Steve French
merged into cifs-2.6.git for-next On Sun, Jul 9, 2017 at 5:45 AM, Christos Gkekas wrote: > There are multiple unused variables struct TCP_Server_Info *server > defined in many methods in smb2pdu.c. They should be removed and related > logic simplified. > > Signed-off-by: Christos Gkekas > --- >

[PATCH] cifs: Clean up unused variables in smb2pdu.c

2017-07-09 Thread Christos Gkekas
There are multiple unused variables struct TCP_Server_Info *server defined in many methods in smb2pdu.c. They should be removed and related logic simplified. Signed-off-by: Christos Gkekas --- fs/cifs/smb2pdu.c | 35 +++ 1 file changed, 7 insertions(+), 28 deletio