[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231002053203.17711-1-hank20010209@gmail.com>
Date: Mon, 2 Oct 2023 13:32:03 +0800
From: Cheng-Han Wu <hank20010209@...il.com>
To: linkinjeon@...nel.org
Cc: sfrench@...ba.org, senozhatsky@...omium.org, tom@...pey.com,
linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org,
hank20010209@...il.com
Subject: [PATCH] ksmbd: Remove unused field in ksmbd_user struct
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@...il.com>
---
fs/smb/server/mgmt/user_config.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/smb/server/mgmt/user_config.h b/fs/smb/server/mgmt/user_config.h
index 6a44109617f1..e068a19fd904 100644
--- a/fs/smb/server/mgmt/user_config.h
+++ b/fs/smb/server/mgmt/user_config.h
@@ -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)
--
2.34.1
Powered by blists - more mailing lists