Added a TODO, because I spotted a problem when moving partitions.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28086 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-10-14 13:26:45 +00:00
parent 3f2f8b4c9a
commit caf9808615
@@ -1064,6 +1064,7 @@ move_partition(int fd, off_t fromOffset, off_t toOffset, off_t size,
uint8 *buffer, int32 buffer_size, disk_job_id job)
{
// TODO: This should be a service function of the DDM!
// TODO: This seems to be broken if source and destination overlap.
status_t error = B_OK;
off_t cycleCount = size / buffer_size;
int32 remainingSize = size - cycleCount * buffer_size;