summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Plan9FileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/Plan9FileSystem.h')
-rw-r--r--Kernel/FileSystem/Plan9FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/Plan9FileSystem.h b/Kernel/FileSystem/Plan9FileSystem.h
index aae3aa7447..3dbc699b0e 100644
--- a/Kernel/FileSystem/Plan9FileSystem.h
+++ b/Kernel/FileSystem/Plan9FileSystem.h
@@ -89,7 +89,7 @@ private:
{
set_block_condition(fs.m_completion_blocker);
}
- virtual const char* state_string() const override { return "Waiting"; }
+ virtual StringView state_string() const override { return "Waiting"sv; }
virtual Type blocker_type() const override { return Type::Plan9FS; }
virtual void not_blocking(bool) override;