Loading fs/smb/client/nterr.c +1 −0 Original line number Diff line number Diff line Loading @@ -684,5 +684,6 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_NO_SUCH_JOB", NT_STATUS_NO_SUCH_JOB}, {"NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP", NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP}, {"NT_STATUS_OS2_INVALID_LEVEL", NT_STATUS_OS2_INVALID_LEVEL}, {NULL, 0} }; fs/smb/client/nterr.h +1 −0 Original line number Diff line number Diff line Loading @@ -552,5 +552,6 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_NETWORK_SESSION_EXPIRED (0xC0000000 | 0x035c) #define NT_STATUS_NO_SUCH_JOB (0xC0000000 | 0xEDE) /* scheduler */ #define NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP (0xC0000000 | 0x5D0000) #define NT_STATUS_OS2_INVALID_LEVEL 0x007c0001 #endif /* _NTERR_H */ fs/smb/client/smb1maperror.c +1 −1 Original line number Diff line number Diff line Loading @@ -669,7 +669,7 @@ static const struct { ERRDOS, ERRnoaccess, 0xc0000290}, { ERRDOS, ERRbadfunc, 0xc000029c}, { ERRDOS, ERRsymlink, NT_STATUS_STOPPED_ON_SYMLINK}, { ERRDOS, ERRinvlevel, 0x007c0001}, { ERRDOS, ERRinvlevel, NT_STATUS_OS2_INVALID_LEVEL}, { 0, 0, 0 } }; Loading Loading
fs/smb/client/nterr.c +1 −0 Original line number Diff line number Diff line Loading @@ -684,5 +684,6 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_NO_SUCH_JOB", NT_STATUS_NO_SUCH_JOB}, {"NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP", NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP}, {"NT_STATUS_OS2_INVALID_LEVEL", NT_STATUS_OS2_INVALID_LEVEL}, {NULL, 0} };
fs/smb/client/nterr.h +1 −0 Original line number Diff line number Diff line Loading @@ -552,5 +552,6 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_NETWORK_SESSION_EXPIRED (0xC0000000 | 0x035c) #define NT_STATUS_NO_SUCH_JOB (0xC0000000 | 0xEDE) /* scheduler */ #define NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP (0xC0000000 | 0x5D0000) #define NT_STATUS_OS2_INVALID_LEVEL 0x007c0001 #endif /* _NTERR_H */
fs/smb/client/smb1maperror.c +1 −1 Original line number Diff line number Diff line Loading @@ -669,7 +669,7 @@ static const struct { ERRDOS, ERRnoaccess, 0xc0000290}, { ERRDOS, ERRbadfunc, 0xc000029c}, { ERRDOS, ERRsymlink, NT_STATUS_STOPPED_ON_SYMLINK}, { ERRDOS, ERRinvlevel, 0x007c0001}, { ERRDOS, ERRinvlevel, NT_STATUS_OS2_INVALID_LEVEL}, { 0, 0, 0 } }; Loading