aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
diff options
context:
space:
mode:
authorMarcel Braun <marcel.braun@ost.ch>2026-05-10 21:49:20 +0200
committerLukas Oesch <lukasoesch20@gmail.com>2026-05-11 22:34:54 +0200
commit85fd2e3b4da7d84a9357b35bde740b780fe0cb72 (patch)
tree9ec6bfc1cb6cd9690c2d56957d1b0731625356f2 /kernel/include
parentfeab4cd81f2bbc89e55353a54df2575b9c21b514 (diff)
downloadkernel-85fd2e3b4da7d84a9357b35bde740b780fe0cb72.tar.xz
kernel-85fd2e3b4da7d84a9357b35bde740b780fe0cb72.zip
Rename root_dentry() to get_root_dentry()
Diffstat (limited to 'kernel/include')
-rw-r--r--kernel/include/kernel/filesystem/mount.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/kernel/filesystem/mount.hpp b/kernel/include/kernel/filesystem/mount.hpp
index 102f660..af5d08b 100644
--- a/kernel/include/kernel/filesystem/mount.hpp
+++ b/kernel/include/kernel/filesystem/mount.hpp
@@ -35,7 +35,7 @@ namespace kernel::filesystem
/**
@brief Get the root dentry of the mounted filesystem.
*/
- [[nodiscard]] auto root_dentry() const -> kstd::shared_ptr<dentry> const &;
+ [[nodiscard]] auto get_root_dentry() const -> kstd::shared_ptr<dentry> const &;
/**
@brief Get the filesystem instance being mounted.