VirtualBox

Changeset 54619 in vbox for trunk/src


Ignore:
Timestamp:
Mar 4, 2015 11:15:32 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98762
Message:

Additions/Solaris/SharedFolders: todo for incompatibility between S10 and S11, removed unused but dangerous macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r51729 r54619  
    999999        if (uio->uio_loffset >= MAXOFFSET_T)
    10001000        {
     1001                /** @todo r=ramshankar: this is busted, kthread_t->t_procp has different
     1002                 *        offsets between S10 and S11. Fix ASAP. */
    10011003                proc_t *p = ttoproc(curthread);
    10021004                mutex_enter(&p->p_lock);
     
    10961098
    10971099        if (uiop->uio_loffset >= limit) {
     1100                /** @todo r=ramshankar: this is busted, kthread_t->t_procp has different
     1101                 *        offsets between S10 and S11. Fix ASAP. */
    10981102                proc_t *p = ttoproc(curthread);
    10991103                mutex_enter(&p->p_lock);
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