VirtualBox

Changeset 75699 in vbox for trunk/src/VBox/Additions/darwin


Ignore:
Timestamp:
Nov 24, 2018 1:05:04 PM (6 years ago)
Author:
vboxsync
Message:

darwin/VBoxSF: Make scm happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSF-VfsOps.cpp

    r75678 r75699  
    147147                                                                 | VOL_CAP_FMT_64BIT_OBJECT_IDS;
    148148                pCaps->capabilities[VOL_CAPABILITIES_FORMAT]     = VOL_CAP_FMT_2TB_FILESIZE
    149                                                                  ///@todo | VOL_CAP_FMT_SYMBOLICLINKS - later
    150                                                                  ///@todo | VOL_CAP_FMT_SPARSE_FILES - probably, needs testing.
     149                                                                 /// @todo | VOL_CAP_FMT_SYMBOLICLINKS - later
     150                                                                 /// @todo | VOL_CAP_FMT_SPARSE_FILES - probably, needs testing.
    151151                                                                 /*| VOL_CAP_FMT_CASE_SENSITIVE - case-insensitive */
    152152                                                                 | VOL_CAP_FMT_CASE_PRESERVING
    153                                                                  ///@todo | VOL_CAP_FMT_HIDDEN_FILES - if windows host.
    154                                                                  ///@todo | VOL_CAP_FMT_OPENDENYMODES - if windows host.
     153                                                                 /// @todo | VOL_CAP_FMT_HIDDEN_FILES - if windows host.
     154                                                                 /// @todo | VOL_CAP_FMT_OPENDENYMODES - if windows host.
    155155                                                                 ;
    156156                pCaps->valid[VOL_CAPABILITIES_INTERFACES]        = VOL_CAP_INT_SEARCHFS
     
    170170                                                                 | VOL_CAP_INT_EXTENDED_ATTR;
    171171                pCaps->capabilities[VOL_CAPABILITIES_INTERFACES] = 0
    172                                                                  ///@todo | VOL_CAP_INT_SEARCHFS
    173                                                                  ///@todo | VOL_CAP_INT_COPYFILE
    174                                                                  ///@todo | VOL_CAP_INT_READDIRATTR
     172                                                                 /// @todo | VOL_CAP_INT_SEARCHFS
     173                                                                 /// @todo | VOL_CAP_INT_COPYFILE
     174                                                                 /// @todo | VOL_CAP_INT_READDIRATTR
    175175                                                                 ;
    176176
     
    378378    if (pThis->pVnRoot)
    379379    {
    380         int rc = vnode_get(pThis->pVnRoot);
     380        int rc = vnode_get(pThis->pVnRoot);
    381381        if (rc == 0)
    382382        {
     
    547547                     */
    548548                    pThis->pVnRoot = vboxSfDwnVnAlloc(pMount, VDIR, NULL /*pParent*/, 0);
    549                     if (pThis->pVnRoot)
     549                    if (pThis->pVnRoot)
    550550                    {
    551551                        /*
     
    582582                                pThis->MntInfo.szFolder, pThis->uidMounter));
    583583                        return 0;
    584                     }
     584                    }
    585585
    586586                    LogRel(("VBoxSF: mount: Failed to allocate root node!\n"));
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