1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:47:35 +00:00

Kernel: Move ProcFS API towards OOM safety

This commit is contained in:
Brian Gianforcaro 2021-05-28 05:41:31 -07:00 committed by Linus Groh
parent 23c021912e
commit cbe1e05771
2 changed files with 7 additions and 5 deletions

View file

@ -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;