mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:15:09 +00:00
Kernel: Remove pointless lock/unlock in SysFS constructor
This commit is contained in:
parent
a9decf5aa6
commit
c74b3a310f
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ NonnullRefPtr<SysFS> SysFS::create()
|
|||
SysFS::SysFS()
|
||||
: m_root_inode(SysFSComponentRegistry::the().root_folder().to_inode(*this))
|
||||
{
|
||||
Locker locker(m_lock);
|
||||
}
|
||||
|
||||
SysFS::~SysFS()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue