X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs.h;h=e3a61d4359394773a110b150f0fa15d0d4503008;hb=33bcf4b3feb0e5e4548548bf3d2a50c52ffb6115;hp=a7821048bc7be96e10b3bfe71e6018b7b5a10643;hpb=48c3c3735e3445cb2f182a12be4b24507b4a995a;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs.h b/Kernel/include/vfs.h index a7821048..e3a61d43 100644 --- a/Kernel/include/vfs.h +++ b/Kernel/include/vfs.h @@ -97,6 +97,12 @@ typedef struct sVFS_Node Uint64 Size; //!< File Size Uint32 Flags; //!< File Flags + + /** + * Pointer to cached data (FS Specific) + * \note Inode_* will free when the node is uncached this if needed + */ + void *Data; /** * \} */