More VFS cleanup.

This commit is contained in:
Andreas Kling 2018-11-15 15:36:35 +01:00
parent 396a32835b
commit 8fa2d7104a
Notes: sideshowbarker 2024-07-19 16:10:34 +09:00
22 changed files with 92 additions and 95 deletions

View file

@ -75,7 +75,7 @@ bool FileBackedDiskDevice::writeInternal(DiskOffset offset, unsigned length, con
return true;
}
const char* FileBackedDiskDevice::className() const
const char* FileBackedDiskDevice::class_name() const
{
return "FileBackedDiskDevice";
}