summaryrefslogtreecommitdiffhomepage
path: root/Kernel/FSKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlal@softwarelabs.com>2024-06-15 13:49:07 +0200
committerAmlal EL Mahrouss <amlal@softwarelabs.com>2024-06-15 13:49:07 +0200
commitf05b598a1c1a8ca4f1bf0acca078f9c9e3c07991 (patch)
tree38c9175fe1d297c332fe0d8ee76fb4a28c4bde4a /Kernel/FSKit
parent999877265276c8a5ae78eb01c92d1d9928a13576 (diff)
kernel: include assembly files as well in project.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/FSKit')
-rw-r--r--Kernel/FSKit/IndexableProperty.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Kernel/FSKit/IndexableProperty.hxx b/Kernel/FSKit/IndexableProperty.hxx
index 91b90903..892083a2 100644
--- a/Kernel/FSKit/IndexableProperty.hxx
+++ b/Kernel/FSKit/IndexableProperty.hxx
@@ -24,11 +24,12 @@ namespace NewOS
Char Path[kIndexerNodeNameLength];
};
+
class IndexableProperty final : public Property
{
public:
explicit IndexableProperty()
- : Property(StringBuilder::Construct("Indexable").Leak().Leak())
+ : Property(StringBuilder::Construct("\\Filesystem\\IsIndexable?").Leak().Leak())
{
}
@@ -37,7 +38,7 @@ namespace NewOS
NEWOS_COPY_DEFAULT(IndexableProperty);
public:
- IndexProperty& LeakProperty() noexcept;
+ IndexProperty& Leak() noexcept;
public:
void AddFlag(Int16 flag);