2022-05-18 6:46 GMT+09:00, Hyunchul Lee <hyc.lee@xxxxxxxxx>: > outstanding credits must be initialized to 0, > because it means the sum of credits consumed by > in-flight requests. > And outstanding credits must be compared with > total credits in smb2_validate_credit_charge(), > because total credits are the sum of credits > granted by ksmbd. > > This patch fix the following error, > while frametest with Windows clients: > > Limits exceeding the maximum allowable outstanding requests, > given : 128, pending : 8065 > > Signed-off-by: Hyunchul Lee <hyc.lee@xxxxxxxxx> > Reported-by: Yufan Chen <wiz.chen@xxxxxxxxx> > Tested-by: Yufan Chen <wiz.chen@xxxxxxxxx> Please add Fixes and stable tags. Thanks.