• S
    fix incorrect error code mapping for OBJECTID_NOT_FOUND · 85f9987b
    Steve French 提交于
    It was mapped to EIO which can be confusing when user space
    queries for an object GUID for an object for which the server
    file system doesn't support (or hasn't saved one).
    
    As Amir Goldstein suggested this is similar to ENOATTR
    (equivalently ENODATA in Linux errno definitions) so
    changing NT STATUS code mapping for OBJECTID_NOT_FOUND
    to ENODATA.
    Signed-off-by: NSteve French <stfrench@microsoft.com>
    CC: Amir Goldstein <amir73il@gmail.com>
    85f9987b
smb2maperror.c 127.3 KB