- Timestamp:
- Mar 4, 2015 11:15:32 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r51729 r54619 999 999 if (uio->uio_loffset >= MAXOFFSET_T) 1000 1000 { 1001 /** @todo r=ramshankar: this is busted, kthread_t->t_procp has different 1002 * offsets between S10 and S11. Fix ASAP. */ 1001 1003 proc_t *p = ttoproc(curthread); 1002 1004 mutex_enter(&p->p_lock); … … 1096 1098 1097 1099 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. */ 1098 1102 proc_t *p = ttoproc(curthread); 1099 1103 mutex_enter(&p->p_lock);
Note:
See TracChangeset
for help on using the changeset viewer.