diff --git a/src/tools/fs_shell/vfs.cpp b/src/tools/fs_shell/vfs.cpp index 752986f774..e8e894decb 100644 --- a/src/tools/fs_shell/vfs.cpp +++ b/src/tools/fs_shell/vfs.cpp @@ -2399,7 +2399,7 @@ vfs_get_fs_node_from_path(fssh_fs_volume *volume, const char *path, bool kernel, } // Use get_vnode() to resolve the cookie for the right layer. - status = fssh_get_vnode(volume, vnode->id, _node); + status = ::fssh_get_vnode(volume, vnode->id, _node); put_vnode(vnode); return FSSH_B_OK;