mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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>
This commit is contained in:
parent
61b4918e4e
commit
b126645b79
|
|
@ -33,16 +33,6 @@ enum keep_alive_status {
|
|||
KEEP_ALIVE_SENT,
|
||||
};
|
||||
|
||||
enum smbd_connection_status {
|
||||
SMBD_CREATED,
|
||||
SMBD_CONNECTING,
|
||||
SMBD_CONNECTED,
|
||||
SMBD_NEGOTIATE_FAILED,
|
||||
SMBD_DISCONNECTING,
|
||||
SMBD_DISCONNECTED,
|
||||
SMBD_DESTROYED
|
||||
};
|
||||
|
||||
/*
|
||||
* The context for the SMBDirect transport
|
||||
* Everything related to the transport is here. It has several logical parts
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user