Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
ksmbd: Remove unused field in ksmbd_user struct
Browse files Browse the repository at this point in the history
[ Upstream commit eacc655 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
hank20010209 authored and Sasha Levin committed Jan 1, 2024
1 parent 015cdf4 commit abf5d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/smb/server/mgmt/user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit abf5d27

Please sign in to comment.