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
Notes: sideshowbarker 2024-07-17 08:09:41 +09:00

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