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>
This commit is contained in:
parent
443dd65d48
commit
5e14c7240a
@ -1314,8 +1314,6 @@ struct cifs_readdata {
|
||||
struct page **pages;
|
||||
};
|
||||
|
||||
struct cifs_writedata;
|
||||
|
||||
/* asynchronous write support */
|
||||
struct cifs_writedata {
|
||||
struct kref refcount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user