Verified Commit a532f968 authored by Marc Vef's avatar Marc Vef
Browse files

Fix io500 pfind realpath behavior

parent 9de7db86
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ hook_readlinkat(int dirfd, const char* cpath, char* buf, int bufsiz) {

        case gkfs::preload::RelativizeStatus::internal:
            LOG(WARNING, "{}() not supported", __func__);
            return -ENOTSUP;
            return -EINVAL;

        default:
            LOG(ERROR, "{}() relativize status unknown: {}", __func__);