Kernel: Don't msync file backed pages that were never mapped writable
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Kernel
|
||||
// FIXME: this should probably be ordered tree like map
|
||||
// for fast lookup and less memory usage
|
||||
BAN::Vector<paddr_t> pages;
|
||||
BAN::Vector<uint32_t> writers;
|
||||
BAN::RefPtr<Inode> inode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user