OSDN Git Service

cifs: remove unnecessary copies of tcon->crfid.fid
authorMuhammad Usama Anjum <musamaanjum@gmail.com>
Thu, 15 Apr 2021 15:24:09 +0000 (20:24 +0500)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:24 +0000 (16:28 -0500)
commitad7567bc65afe0ef0d1b853aa4d54c44d09223dc
tree351068401d470806f507a0e77b66fe23f18c9712
parent83728cbf366e334301091d5b808add468ab46b27
cifs: remove unnecessary copies of tcon->crfid.fid

pfid is being set to tcon->crfid.fid and they are copied in each other
multiple times. Remove the memcopy between same pointers - memory
locations.

Addresses-Coverity: ("Overlapped copy")
Fixes: 9e81e8ff74b9 ("cifs: return cached_fid from open_shroot")
Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c