Skip to content

Commit d44d137

Browse files
author
Steve French
committed
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>
1 parent 31ba433 commit d44d137

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/cifs/connect.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,10 +1191,6 @@ cifs_demultiplex_thread(void *p)
11911191
continue;
11921192
}
11931193

1194-
if (server->large_buf)
1195-
buf = server->bigbuf;
1196-
1197-
11981194
server->lstrp = jiffies;
11991195

12001196
for (i = 0; i < num_mids; i++) {

0 commit comments

Comments
 (0)