mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Documentation of Side-effects required for each DAL function

wfvining opened this issue · comments

Need to add documentation to the DAL interface saying what flags marfs expects that function to set if it is successful (or if it is not).

Added documentation as comments in dal.h