OSDN Git Service

fs: cifs: Remove repeated struct declaration
authorWan Jiabing <wanjiabing@vivo.com>
Fri, 9 Apr 2021 02:46:39 +0000 (10:46 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:22 +0000 (16:28 -0500)
commit5e14c7240ae9ada2b0747a57f0deb5643102f64c
tree45c4499bcfc981a731f3b818580eef2e2e682c1f
parent443dd65d48f80057e135198ed5642e9978df01e9
fs: cifs: Remove repeated struct declaration

struct cifs_writedata is declared twice.
One is declared at 209th line.
And struct cifs_writedata is defined blew.
The declaration hear is not needed. Remove the duplicate.

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