Whamcloud - gitweb
LU-8900 snapshot: check write barrier before modification
[fs/lustre-release.git] / lustre / include / lustre_barrier.h
index 13ed590..231eae9 100644 (file)
@@ -35,6 +35,8 @@
 #include <dt_object.h>
 #include <lustre_export.h>
 
+bool barrier_entry(struct dt_device *key);
+void barrier_exit(struct dt_device *key);
 int barrier_handler(struct dt_device *key, struct ptlrpc_request *req);
 int barrier_register(struct dt_device *key, struct dt_device *next);
 void barrier_deregister(struct dt_device *key);