1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

Kernel: Remove outdated FIXME in Custody.h

This commit is contained in:
Andreas Kling 2022-08-17 20:19:51 +02:00
parent ec330c2ce6
commit 17de393253

View file

@ -16,8 +16,6 @@
namespace Kernel {
// FIXME: Custody needs some locking.
class Custody : public ListedRefCounted<Custody, LockType::Mutex> {
public:
static ErrorOr<NonnullRefPtr<Custody>> try_create(Custody* parent, StringView name, Inode&, int mount_flags);