- Timestamp:
- Nov 10, 2011 10:15:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r39258 r39260 1662 1662 if (off + len > node->sf_stat.sf_size + PAGEOFFSET) 1663 1663 { 1664 mutex_exit(&sffs_lock); 1664 if (!is_recursive) 1665 mutex_exit(&sffs_lock); 1665 1666 return (EFAULT); 1666 1667 }
Note:
See TracChangeset
for help on using the changeset viewer.