Skip to content

Commit d135be0

Browse files
Wan Jiabingsmfrench
authored andcommitted
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>
1 parent 4e456b3 commit d135be0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/cifs/cifsglob.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,6 @@ struct cifs_aio_ctx {
12831283
bool direct_io;
12841284
};
12851285

1286-
struct cifs_readdata;
1287-
12881286
/* asynchronous read support */
12891287
struct cifs_readdata {
12901288
struct kref refcount;

0 commit comments

Comments
 (0)