Whamcloud - gitweb
LU-12564 libcfs: Use vfree_atomic instead of vfree
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs.h
index a172dda..2bbc820 100644 (file)
@@ -129,4 +129,7 @@ do {                                                                        \
                );                                                      \
 } while (0)
 
+/* atomic-context safe vfree */
+void libcfs_vfree_atomic(const void *addr);
+
 #endif /* _LIBCFS_LIBCFS_H_ */