mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
Kernel: Remove outdated FIXME in Custody.h
This commit is contained in:
parent
ec330c2ce6
commit
17de393253
Notes:
sideshowbarker
2024-07-17 08:09:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/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…
Reference in a new issue