Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-09 01:25:38 +00:00
parent 8b5e546391
commit 31996a8e56
+2
View File
@@ -996,6 +996,8 @@ VMCache::SetMinimalCommitment(off_t commitment)
status_t
VMCache::Resize(off_t newSize)
{
// TODO: This method must be virtual as VMAnonymousCache needs to free allocated
// swap pages!
TRACE(("VMCache::Resize(cache %p, newSize %Ld) old size %Ld\n",
this, newSize, this->virtual_end));
this->AssertLocked();