mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
4e456b30f7
commit
d135be0a7f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue