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

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
......@@ -1314,8 +1314,6 @@ struct cifs_readdata {
struct page **pages;
};
struct cifs_writedata;
/* asynchronous write support */
struct cifs_writedata {
struct kref refcount;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment