mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +00:00
Kernel: Make PrivateInodeVMObject factory APIs OOM safe
This commit is contained in:
parent
d947253c51
commit
65d5f81afc
4 changed files with 13 additions and 8 deletions
|
@ -18,7 +18,7 @@ class PrivateInodeVMObject final : public InodeVMObject {
|
|||
public:
|
||||
virtual ~PrivateInodeVMObject() override;
|
||||
|
||||
static NonnullRefPtr<PrivateInodeVMObject> create_with_inode(Inode&);
|
||||
static RefPtr<PrivateInodeVMObject> create_with_inode(Inode&);
|
||||
virtual RefPtr<VMObject> clone() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue