* Added TODO.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-05-27 20:09:03 +00:00
parent 13f956b116
commit 4c214152e8
@@ -69,6 +69,7 @@ get_iovec_memory_map(iovec *vec, size_t vec_count, size_t vec_offset, size_t len
// stupid: get_memory_map does neither tell how many sg blocks // stupid: get_memory_map does neither tell how many sg blocks
// are used nor whether there were enough sg blocks at all; // are used nor whether there were enough sg blocks at all;
// -> determine that manually // -> determine that manually
// TODO: Use get_memory_map_etc()!
cur_mapped_len = 0; cur_mapped_len = 0;
cur_num_entries = 0; cur_num_entries = 0;