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.
Other
96 stars 27 forks source link

Go through MDAL for stat_xattrs #143

Closed wfvining closed 8 years ago

wfvining commented 8 years ago

Addresses the first part of issue 138.

Also fixes a potential bug in the XVT_RESTART case: should not pass the address of the pointer to the buffer (since the buffer is on the stack this actually doesn't cause a problem, but it is still wrong).