Skip to content

Commit b126645

Browse files
metze-sambasmfrench
authored andcommitted
smb: client: remove unused enum smbd_connection_status
Cc: Steve French <smfrench@gmail.com> Cc: Tom Talpey <tom@talpey.com> Cc: Long Li <longli@microsoft.com> Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 61b4918 commit b126645

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

fs/smb/client/smbdirect.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ enum keep_alive_status {
3333
KEEP_ALIVE_SENT,
3434
};
3535

36-
enum smbd_connection_status {
37-
SMBD_CREATED,
38-
SMBD_CONNECTING,
39-
SMBD_CONNECTED,
40-
SMBD_NEGOTIATE_FAILED,
41-
SMBD_DISCONNECTING,
42-
SMBD_DISCONNECTED,
43-
SMBD_DESTROYED
44-
};
45-
4636
/*
4737
* The context for the SMBDirect transport
4838
* Everything related to the transport is here. It has several logical parts

0 commit comments

Comments
 (0)