diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 09:31:32 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:20 +0200 |
| commit | dd330e7a05905713acfa87ec109956bfe78f78c4 (patch) | |
| tree | cb2d740da921f6ebf34269e08ef43413bd510d79 /kernel/src/filesystem/mount_table.cpp | |
| parent | 2240b9a36e4a9f6f8291c9271e6aac8f5536dbd7 (diff) | |
| download | teachos-dd330e7a05905713acfa87ec109956bfe78f78c4.tar.xz teachos-dd330e7a05905713acfa87ec109956bfe78f78c4.zip | |
add descriptions, some refactoring
Diffstat (limited to 'kernel/src/filesystem/mount_table.cpp')
| -rw-r--r-- | kernel/src/filesystem/mount_table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/src/filesystem/mount_table.cpp b/kernel/src/filesystem/mount_table.cpp index 737434e..195f48a 100644 --- a/kernel/src/filesystem/mount_table.cpp +++ b/kernel/src/filesystem/mount_table.cpp @@ -9,7 +9,7 @@ namespace kernel::filesystem { - void mount_table::add_mount(kstd::shared_ptr<mount> mount) + void mount_table::add_mount(kstd::shared_ptr<mount> const & mount) { m_mounts.push_back(mount); } |
