提交 22c9d52b 编写于 作者: J Jeff Layton 提交者: Steve French

cifs: remove unneeded bcc_ptr update in CIFSTCon

This pointer isn't used again after this point. It's also not updated in
the ascii case, so there's no need to update it here.
Pointed-out-by: NDave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 313fecfa
...@@ -3765,7 +3765,6 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, ...@@ -3765,7 +3765,6 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses,
cFYI(1, ("nativeFileSystem=%s", cFYI(1, ("nativeFileSystem=%s",
tcon->nativeFileSystem)); tcon->nativeFileSystem));
} }
bcc_ptr += (2 * length) + 2;
} }
/* else do not bother copying these information fields*/ /* else do not bother copying these information fields*/
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册