]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
smb: client: remove unused enum smbd_connection_status
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Aug 2025 17:35:47 +0000 (19:35 +0200)
committerSteve French <stfrench@microsoft.com>
Wed, 6 Aug 2025 20:18:58 +0000 (15:18 -0500)
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>
fs/smb/client/smbdirect.h

index 9df434f6bb8c6165516a8d3dd230db549f2b2654..0463fde1bf2647ec6b67d8acabd6050265a873b6 100644 (file)
@@ -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