From cb6d973aef699b504ef490b37b7a80cc8a029443 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 19 Jan 2010 12:12:08 +0800 Subject: [PATCH 1/1] Comment/documentation change to the VFS --- Kernel/include/vfs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/include/vfs.h b/Kernel/include/vfs.h index 11e3555e..337d8e77 100644 --- a/Kernel/include/vfs.h +++ b/Kernel/include/vfs.h @@ -55,6 +55,9 @@ typedef struct sVFS_Node { /** * \brief Close (dereference) the node * \param Node Pointer to this node + * + * Usually .Close is used to write any changes to the node back to + * the persistent storage. */ void (*Close)(struct sVFS_Node *Node); -- 2.20.1