aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/mgmt/user_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ksmbd/mgmt/user_config.h')
-rw-r--r--fs/ksmbd/mgmt/user_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ksmbd/mgmt/user_config.h b/fs/ksmbd/mgmt/user_config.h
index b2bb074a0150..aff80b029579 100644
--- a/fs/ksmbd/mgmt/user_config.h
+++ b/fs/ksmbd/mgmt/user_config.h
@@ -18,6 +18,7 @@ struct ksmbd_user {
size_t passkey_sz;
char *passkey;
+ unsigned int failed_login_count;
};
static inline bool user_guest(struct ksmbd_user *user)