diff options
Diffstat (limited to 'fs/bcachefs/closure.h')
-rw-r--r-- | fs/bcachefs/closure.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/bcachefs/closure.h b/fs/bcachefs/closure.h new file mode 100644 index 000000000000..d8d4c7093ce0 --- /dev/null +++ b/fs/bcachefs/closure.h @@ -0,0 +1,5 @@ +#include "vendor/closure.h" + +#define closure_wait bch2_closure_wait +#define closure_return_sync bch2_closure_return_sync +#define __closure_wake_up __bch2_closure_wake_up |