/* * Author: Kent Overstreet * * GPLv2 */ #include "make-bcache.h" int main(int argc, char **argv) { return make_bcache(argc, argv); }