diff options
| author | ChenXiaoSong <chenxiaosong@kylinos.cn> | 2025-12-06 23:18:25 +0800 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2025-12-07 11:46:19 -0600 |
| commit | d8f52650b24d9018dfb65d2c60e17636b077e63e (patch) | |
| tree | 20e1e72716c016a865abab403f1a941dccb0565d /rust/helpers/helpers.c | |
| parent | 9146c7e53fa8e5024e0f61d67129afd45a179a3b (diff) | |
smb/client: update some SMB2 status strings
The smb2maperror KUnit tests reported the following errors:
KTAP version 1
1..1
KTAP version 1
# Subtest: smb2_maperror
# module: cifs
1..2
ok 1 maperror_test_check_sort
# maperror_test_check_search: EXPECTATION FAILED at fs/smb/client/smb2maperror_test.c:40
Expected expect->status_string == result->status_string, but
expect->status_string == "STATUS_ABANDONED_WAIT_0"
result->status_string == "STATUS_ABANDONED"
# maperror_test_check_search: EXPECTATION FAILED at fs/smb/client/smb2maperror_test.c:40
Expected expect->status_string == result->status_string, but
expect->status_string == "STATUS_FWP_TOO_MANY_CALLOUTS"
result->status_string == "STATUS_FWP_TOO_MANY_BOOTTIME_FILTERS"
not ok 2 maperror_test_check_search
# smb2_maperror: pass:1 fail:1 skip:0 total:2
# Totals: pass:1 fail:1 skip:0 total:2
not ok 1 smb2_maperror
These status codes have duplicate values, so update the status strings to
make the log messages more explicit.
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
