Skip to content

Commit eacc655

Browse files
WuTa0209smfrench
authored andcommitted
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 <[email protected]> Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 05d3ef8 commit eacc655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/smb/server/mgmt/user_config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ struct ksmbd_user {
1818

1919
size_t passkey_sz;
2020
char *passkey;
21-
unsigned int failed_login_count;
2221
};
2322

2423
static inline bool user_guest(struct ksmbd_user *user)

0 commit comments

Comments
 (0)