fs: cifs: Remove unnecessary struct declaration
authorWan Jiabing <wanjiabing@vivo.com>
Thu, 1 Apr 2021 07:51:17 +0000 (15:51 +0800)
committerSteve French <stfrench@microsoft.com>
Thu, 8 Apr 2021 02:30:27 +0000 (21:30 -0500)
commitd135be0a7fb83f4dd68721b3355fec6de686834c
treec6e468b1a5dc4462ee05c5ec53c7f02597e022c2
parent4e456b30f78c429b183db420e23b26cde7e03a78
fs: cifs: Remove unnecessary struct declaration

struct cifs_readdata is declared twice. One is declared
at 208th line.
And struct cifs_readdata is defined blew.
The declaration here is not needed. Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsglob.h