Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbaker committed Sep 17, 2018
1 parent e5dd216 commit 1d0beff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ProjFS.Mac/PrjFSKext/PrjFSKext/KauthHandler.cpp
Expand Up @@ -267,6 +267,8 @@ static int HandleVnodeOperation(
char procname[MAXCOMLEN + 1];

// TODO(Mac): Issue #271 - Reduce reliance on vn_getpath
// Call vn_getpath first when the cache is hottest to increase the chances
// of successfully getting the path
if (0 == vn_getpath(currentVnode, vnodePathBuffer, &vnodePathLength))
{
vnodePath = vnodePathBuffer;
Expand Down

0 comments on commit 1d0beff

Please sign in to comment.