Skip to content

Commit b126645

Browse files
metze-sambasmfrench
authored andcommitted
smb: client: remove unused enum smbd_connection_status
Cc: Steve French <[email protected]> Cc: Tom Talpey <[email protected]> Cc: Long Li <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Metzmacher <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 61b4918 commit b126645

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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)