fs-test / fs_test

LANL uses IOR and mdtest under experiment management control. Feel free to fork and develop as your own.
7 stars 9 forks source link

Not all plfs_* calls use the new error types - #9

Closed thewacokid closed 10 years ago

thewacokid commented 11 years ago

plfs_open, plfs_getattr, etc don't use the new interface

brettkettering commented 10 years ago

I have fixed fstest.c so that all calls to plfs* functions now use plfs_error_t. There's a pull request in for the change.