mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35:15 +00:00
Kernel: Inline Inode::fsid()
This commit is contained in:
committed by
Andreas Kling
parent
3b11e471bd
commit
9cbdd5f01e
@@ -104,11 +104,6 @@ KResultOr<NonnullRefPtr<Custody>> Inode::resolve_as_link(Custody& base, RefPtr<C
|
||||
return VFS::the().resolve_path(path, base, out_parent, options, symlink_recursion_level);
|
||||
}
|
||||
|
||||
unsigned Inode::fsid() const
|
||||
{
|
||||
return m_fs.fsid();
|
||||
}
|
||||
|
||||
Inode::Inode(FS& fs, unsigned index)
|
||||
: m_fs(fs)
|
||||
, m_index(index)
|
||||
|
||||
Reference in New Issue
Block a user