summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-13 21:20:02 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-13 21:20:02 +0100
commit9d0ff59f961b11f6d03d57b9612a24db6e731267 (patch)
tree34004e34176ed3a6eaf3c57868725977a2bfb8ef /dev
parenta670c52e70a900140bb57253def2358fcd1987e3 (diff)
TODO: JournalMgr (NeFS): Start and Commit methods.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/FSKit/NeFS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h
index f68c1af6..7b89b821 100644
--- a/dev/ZKAKit/FSKit/NeFS.h
+++ b/dev/ZKAKit/FSKit/NeFS.h
@@ -368,6 +368,10 @@ namespace Kernel
return NO;
}
+ Void Commit() {}
+
+ Void Start() {}
+
private:
Char mStamp[255] = { "/System/FileSystemStamp.jrnl" };