1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 16:22:09 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems/Bus
Liav A 7b745a20f1 Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
These were easy to pick-up as these pointers are assigned during the
construction point and are never changed afterwards.

This small change to these pointers will ensure that our code will not
accidentally assign these pointers with a new object which is always a
kind of bug we will want to prevent.
2023-04-08 13:44:21 +02:00
..
PCI Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00
USB Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Directory.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Directory.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00