Commit d135be0a authored by Wan Jiabing's avatar Wan Jiabing Committed by Steve French

fs: cifs: Remove unnecessary struct declaration

struct cifs_readdata is declared twice. One is declared
at 208th line.
And struct cifs_readdata is defined blew.
The declaration here is not needed. Remove the duplicate.
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Reviewed-by: default avatarShyam Prasad N <sprasad@microsoft.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 4e456b30
...@@ -1283,8 +1283,6 @@ struct cifs_aio_ctx { ...@@ -1283,8 +1283,6 @@ struct cifs_aio_ctx {
bool direct_io; bool direct_io;
}; };
struct cifs_readdata;
/* asynchronous read support */ /* asynchronous read support */
struct cifs_readdata { struct cifs_readdata {
struct kref refcount; 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