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 26 forks source link

clean-up: always build with DAL/MDAL #198

Open jti-lanl opened 7 years ago

jti-lanl commented 7 years ago

Once upon a time this was experimental. Would anyone ever need to build without it?

There is a DAL for object interactions (though it may have little if any testing, compared with the non-DAL code-paths, which default to object-semantics). Remove all the #ifdef cruft for non-DAL/MDAL builds. Remove build-options for MDAL/DAL.

cadejager commented 7 years ago

I think we can make it default and remove the option.