VirtualBox

Changeset 21319 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jul 7, 2009 12:10:54 PM (16 years ago)
Author:
vboxsync
Message:

linux/vfsmod.c: Don't clear the HGCM event flag, we're not the only HGCM user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c

    r21289 r21319  
    441441#endif
    442442
     443#if 0
    443444extern int CMC_API
    444445vboxadd_cmc_ctl_guest_filter_mask (uint32_t or_mask, uint32_t not_mask);
     446#endif
    445447
    446448/* Module initialization/finalization handlers */
     
    469471        }
    470472
     473#if 0
    471474        if (vboxadd_cmc_ctl_guest_filter_mask (VMMDEV_EVENT_HGCM, 0)) {
    472475                rcRet = -EINVAL;
    473476                goto fail0;
    474477        }
     478#endif
    475479
    476480        rcVBox = vboxInit ();
     
    506510        vboxUninit ();
    507511 fail0:
     512#if 0
    508513        vboxadd_cmc_ctl_guest_filter_mask (0, VMMDEV_EVENT_HGCM);
     514#endif
    509515        unregister_filesystem (&vboxsf_fs_type);
    510516        return rcRet;
     
    518524        vboxDisconnect (&client_handle);
    519525        vboxUninit ();
     526#if 0
    520527        vboxadd_cmc_ctl_guest_filter_mask (0, VMMDEV_EVENT_HGCM);
     528#endif
    521529        unregister_filesystem (&vboxsf_fs_type);
    522530}
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