Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH] ksmbd: Remove unused field in ksmbd_user struct
@ 2023-10-02  5:32 Cheng-Han Wu
  2023-10-06  1:08 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Cheng-Han Wu @ 2023-10-02  5:32 UTC (permalink / raw)
  To: linkinjeon
  Cc: sfrench, senozhatsky, tom, linux-cifs, linux-kernel, hank20010209

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-06  1:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02  5:32 [PATCH] ksmbd: Remove unused field in ksmbd_user struct Cheng-Han Wu
2023-10-06  1:08 ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox