Changeset 5496 in vbox
- Timestamp:
- Oct 25, 2007 7:07:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VDICore.cpp
r5277 r5496 471 471 /* Fill image with zeroes. */ 472 472 473 /** @todo Starting with Linux 2.6.23, there is an fallocate() system call. 474 * Currently supported file systems are ext4 and ocfs2. */ 475 473 476 rc = RTFileSeek(pImage->File, pImage->offStartData, RTFILE_SEEK_BEGIN, NULL); 474 477 if (VBOX_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.