Commit 5e14c724 authored by Wan Jiabing's avatar Wan Jiabing Committed by Steve French
Browse files

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: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 443dd65d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1314,8 +1314,6 @@ struct cifs_readdata {
	struct page			**pages;
};

struct cifs_writedata;

/* asynchronous write support */
struct cifs_writedata {
	struct kref			refcount;