mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
Kernel: Move ProcFS API towards OOM safety
This commit is contained in:
parent
23c021912e
commit
cbe1e05771
2 changed files with 7 additions and 5 deletions
|
@ -24,7 +24,7 @@ class ProcFS final : public FS {
|
|||
|
||||
public:
|
||||
virtual ~ProcFS() override;
|
||||
static NonnullRefPtr<ProcFS> create();
|
||||
static RefPtr<ProcFS> create();
|
||||
|
||||
virtual bool initialize() override;
|
||||
virtual const char* class_name() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue