提交 d44d1372 编写于 作者: S Steve French

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: NSteve French <stfrench@microsoft.com>
Reviewed-by: NRonnie Sahlberg <lsahlber@redhat.com>
上级 31ba4331
......@@ -1191,10 +1191,6 @@ cifs_demultiplex_thread(void *p)
continue;
}
if (server->large_buf)
buf = server->bigbuf;
server->lstrp = jiffies;
for (i = 0; i < num_mids; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册