Whamcloud - gitweb
LU-15833 llapi: don't use realpath in llapi_search_fsname()
[fs/lustre-release.git] / lustre / utils / liblustreapi_hsm.c
index a053046..052e6cd 100644 (file)
@@ -1592,7 +1592,7 @@ int llapi_hsm_request(const char *path, const struct hsm_user_request *request)
        int rc;
        int fd;
 
-       rc = get_root_path(WANT_FD, NULL, &fd, (char *)path, -1);
+       rc = get_root_path(WANT_FD, NULL, &fd, (char *)path, -1, NULL);
        if (rc)
                return rc;