VirtualBox

Changeset 3007 in kBuild for trunk/src/lib/nt/kFsCache.c


Ignore:
Timestamp:
Nov 6, 2016 4:46:43 PM (9 years ago)
Author:
bird
Message:

lib/nt: Deal better with NTFS mount points.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/kFsCache.c

    r3005 r3007  
    15691569#ifdef KFSCACHE_CFG_SHORT_NAMES
    15701570                if (enmInfoClass == enmInfoClassWithId)
    1571                     birdStatFillFromFileIdBothDirInfo(&pCur->Stats, uPtr.pWithId, pCur->pszName);
     1571                    birdStatFillFromFileIdBothDirInfo(&pCur->Stats, uPtr.pWithId);
    15721572                else
    1573                     birdStatFillFromFileBothDirInfo(&pCur->Stats, uPtr.pNoId, pCur->pszName);
     1573                    birdStatFillFromFileBothDirInfo(&pCur->Stats, uPtr.pNoId);
    15741574#else
    15751575                if (enmInfoClass == enmInfoClassWithId)
    1576                     birdStatFillFromFileIdFullDirInfo(&pCur->Stats, uPtr.pWithId, pCur->pszName);
     1576                    birdStatFillFromFileIdFullDirInfo(&pCur->Stats, uPtr.pWithId);
    15771577                else
    1578                     birdStatFillFromFileFullDirInfo(&pCur->Stats, uPtr.pNoId, pCur->pszName);
     1578                    birdStatFillFromFileFullDirInfo(&pCur->Stats, uPtr.pNoId);
    15791579#endif
    15801580                pCur->Stats.st_dev = pDir->uDevNo;
     
    16021602#ifdef KFSCACHE_CFG_SHORT_NAMES
    16031603                if (enmInfoClass == enmInfoClassWithId)
    1604                     birdStatFillFromFileIdBothDirInfo(&pDir->Obj.Stats, uPtr.pWithId, pDir->Obj.pszName);
     1604                    birdStatFillFromFileIdBothDirInfo(&pDir->Obj.Stats, uPtr.pWithId);
    16051605                else
    1606                     birdStatFillFromFileBothDirInfo(&pDir->Obj.Stats, uPtr.pNoId, pDir->Obj.pszName);
     1606                    birdStatFillFromFileBothDirInfo(&pDir->Obj.Stats, uPtr.pNoId);
    16071607#else
    16081608                if (enmInfoClass == enmInfoClassWithId)
    1609                     birdStatFillFromFileIdFullDirInfo(&pDir->Obj.Stats, uPtr.pWithId, pDir->Obj.pszName);
     1609                    birdStatFillFromFileIdFullDirInfo(&pDir->Obj.Stats, uPtr.pWithId);
    16101610                else
    1611                     birdStatFillFromFileFullDirInfo(&pDir->Obj.Stats, uPtr.pNoId, pDir->Obj.pszName);
     1611                    birdStatFillFromFileFullDirInfo(&pDir->Obj.Stats, uPtr.pNoId);
    16121612#endif
    16131613            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette