VirtualBox

Changeset 39260 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2011 10:15:39 AM (13 years ago)
Author:
vboxsync
Message:

Additions/solaris/SharedFolders: fix recursive mutex.

File:
1 edited

Legend:

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

    r39258 r39260  
    16621662        if (off + len > node->sf_stat.sf_size + PAGEOFFSET)
    16631663        {
    1664                 mutex_exit(&sffs_lock);
     1664                if (!is_recursive)
     1665                        mutex_exit(&sffs_lock);
    16651666                return (EFAULT);
    16661667        }
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