Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix incorrect error code mapping for OBJECTID_NOT_FOUND
[ Upstream commit 85f9987 ] 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: Steve French <[email protected]> CC: Amir Goldstein <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information