Changeset 40168 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Feb 17, 2012 10:55:31 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r39364 r40168 1720 1720 { 1721 1721 /* 1722 * We don't support PROT_WRITE mmaps. For normal writes we do not map and IO via 1723 * vop_putpage() either, therefore, afaik this shouldn't ever be called. 1722 * We don't support PROT_WRITE mmaps. 1724 1723 */ 1725 1724 return (ENOSYS); … … 1872 1871 if (dvp->v_flag & VNOMAP) 1873 1872 return (ENOSYS); 1873 1874 1874 return (0); 1875 1875 }
Note:
See TracChangeset
for help on using the changeset viewer.