ksmbd: Remove unused field in ksmbd_user struct
authorCheng-Han Wu <hank20010209@gmail.com>
Mon, 2 Oct 2023 05:32:03 +0000 (13:32 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 23 Oct 2023 00:06:27 +0000 (19:06 -0500)
fs/smb/server/mgmt/user_config.h:21: Remove the unused field 'failed_login_count' from the ksmbd_user struct.

Signed-off-by: Cheng-Han Wu <hank20010209@gmail.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/mgmt/user_config.h

index 6a44109617f149fc3b70e21ae9a85088c4da0ecd..e068a19fd90493001fb5fd28a0a88cfd8a35e3d6 100644 (file)
@@ -18,7 +18,6 @@ struct ksmbd_user {
 
        size_t                  passkey_sz;
        char                    *passkey;
-       unsigned int            failed_login_count;
 };
 
 static inline bool user_guest(struct ksmbd_user *user)