From: John Hodge Date: Tue, 19 Jan 2010 04:12:08 +0000 (+0800) Subject: Comment/documentation change to the VFS X-Git-Tag: rel0.06~322 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=cb6d973aef699b504ef490b37b7a80cc8a029443;hp=35f03318dedb1b430175e8005b64896424a644ef;p=tpg%2Facess2.git Comment/documentation change to the VFS --- 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);