VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:05:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110221
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/Additions/darwin/vboxfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp

    r63526 r63566  
    439439            && fRootVnodeState != VBOXVFS_OBJECT_INVALID)
    440440        {
    441             /* @todo: Currently, we are burning CPU cycles while waiting. This is for a short
     441            /** @todo Currently, we are burning CPU cycles while waiting. This is for a short
    442442             * time but we should relax here! */
    443443            fRootVnodeState = ASMAtomicReadU8(&pMount->fRootVnodeState);
     
    529529    VFSATTR_CLEAR_ACTIVE(pAttr, f_fssubtype);
    530530
    531     /* todo: take care about f_capabilities and f_attributes, f_fsid */
     531    /** @todo take care about f_capabilities and f_attributes, f_fsid */
    532532    VFSATTR_CLEAR_ACTIVE(pAttr, f_capabilities);
    533533    VFSATTR_CLEAR_ACTIVE(pAttr, f_attributes);
    534534    VFSATTR_CLEAR_ACTIVE(pAttr, f_fsid);
    535535
    536     /* todo: take care about f_create_time, f_modify_time, f_access_time, f_backup_time */
     536    /** @todo take care about f_create_time, f_modify_time, f_access_time, f_backup_time */
    537537    VFSATTR_CLEAR_ACTIVE(pAttr, f_create_time);
    538538    VFSATTR_CLEAR_ACTIVE(pAttr, f_modify_time);
  • trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp

    r63526 r63566  
    101101        //VATTR_CLEAR_ACTIVE(vnode_args, va_addedtime);
    102102
    103         /* todo: take care about va_encoding (file name encoding) */
     103        /** @todo take care about va_encoding (file name encoding) */
    104104        VATTR_CLEAR_ACTIVE(vnode_args, va_encoding);
    105         /* todo: take care about: va_acl */
     105        /** @todo take care about: va_acl */
    106106        VATTR_CLEAR_ACTIVE(vnode_args, va_acl);
    107107
     
    312312            /* If vnode exist in guets VFS cache, but not exist on a host -- just forget it. */
    313313            cache_purge(vnode);
    314             /* todo: free vnode data here */
     314            /** @todo free vnode data here */
    315315            rc = ENOENT;
    316316        }
Note: See TracChangeset for help on using the changeset viewer.

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