Changeset 33182 in vbox for trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp
- Timestamp:
- Oct 18, 2010 8:30:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp
r33124 r33182 4893 4893 int rc; 4894 4894 4895 /* Image must be opened and the new flags must be valid. Just readonly and 4896 * info flags are supported. */ 4897 if (!pImage || (uOpenFlags & ~(VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_ASYNC_IO | VD_OPEN_FLAGS_SHAREABLE))) 4895 /* Image must be opened and the new flags must be valid. */ 4896 if (!pImage || (uOpenFlags & ~(VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_ASYNC_IO | VD_OPEN_FLAGS_SHAREABLE | VD_OPEN_FLAGS_SEQUENTIAL))) 4898 4897 { 4899 4898 rc = VERR_INVALID_PARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.