From 9520a1a101b264abe700c3f7753f5f55bba4c681 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sat, 17 Oct 2009 16:40:56 +0200 Subject: Each thread now has a kernel stack and an user stack --- Source/Kernel/VFS/VFS.ns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Kernel/VFS') diff --git a/Source/Kernel/VFS/VFS.ns.h b/Source/Kernel/VFS/VFS.ns.h index 1021d7c..94ddad9 100644 --- a/Source/Kernel/VFS/VFS.ns.h +++ b/Source/Kernel/VFS/VFS.ns.h @@ -8,7 +8,7 @@ typedef FileSystem* (* mountcallback)(Partition* partition); namespace VFS { void registerMountCallback(mountcallback mcb); - bool mount(Partition* partition, DirectoryNode mountpoint); + bool mount(Partition* partition, DirectoryNode *mountpoint); bool setRootNode(DirectoryNode* root); DirectoryNode* getRootNode(); -- cgit v1.2.3