From: Steve French Date: Wed, 13 Mar 2019 21:48:33 +0000 (-0500) Subject: cifs: remove unused value pointed out by Coverity X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d44d13723b0994bc61e0f2d3efeb17856128673b;p=linux.git 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 Reviewed-by: Ronnie Sahlberg --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index b95db2b593cb0..a8e9738db6912 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -1191,10 +1191,6 @@ next_pdu: continue; } - if (server->large_buf) - buf = server->bigbuf; - - server->lstrp = jiffies; for (i = 0; i < num_mids; i++) {