1
0
Fork 0

cifs: remove unused value pointed out by Coverity

Detected by CoverityScan CID#1438719 ("Unused Value")

buf is reset again before being used so these two lines of code
are useless.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
hifive-unleashed-5.1
Steve French 2019-03-13 16:48:33 -05:00
parent 31ba4331d5
commit d44d13723b
1 changed files with 0 additions and 4 deletions

View File

@ -1191,10 +1191,6 @@ next_pdu:
continue;
}
if (server->large_buf)
buf = server->bigbuf;
server->lstrp = jiffies;
for (i = 0; i < num_mids; i++) {