]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 13 Apr 2021 04:54:43 +0000 (23:54 -0500)
commit69a04d6d84dba70ef35fd55e72365723b4312239
treedd48dce224c088314a49359a0ca5a23a8023cded
parent936338267ebfd15bdae9f12882999849787ffcdf
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