X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Finclude%2Fvfs.h;h=337d8e77fe3cb1219361703c44927cbd05bda282;hb=cb6d973aef699b504ef490b37b7a80cc8a029443;hp=11e3555e69a139a548c049904c7ad6e81e5b54f9;hpb=35f03318dedb1b430175e8005b64896424a644ef;p=tpg%2Facess2.git 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);