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:
parent
ec330c2ce6
commit
17de393253
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue