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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1283,8 +1283,6 @@ struct cifs_aio_ctx {
	bool			direct_io;
};

struct cifs_readdata;

/* asynchronous read support */
struct cifs_readdata {
	struct kref			refcount;