Comment/documentation change to the VFS
authorJohn Hodge <tpg@prelude.(none)>
Tue, 19 Jan 2010 04:12:08 +0000 (12:12 +0800)
committerJohn Hodge <tpg@prelude.(none)>
Tue, 19 Jan 2010 04:12:08 +0000 (12:12 +0800)
Kernel/include/vfs.h

index 11e3555..337d8e7 100644 (file)
@@ -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);
        

UCC git Repository :: git.ucc.asn.au