Whamcloud - gitweb
LU-12275 sec: add llcrypt as file encryption library
[fs/lustre-release.git] / lustre / obdclass / cl_internal.h
index 0f95caf..33bdddc 100644 (file)
@@ -23,7 +23,7 @@
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, 2016, Intel Corporation.
+ * Copyright (c) 2012, 2017, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -46,6 +46,10 @@ struct cl_thread_info {
        struct cl_sync_io clt_anchor;
 };
 
+extern struct kmem_cache *cl_dio_aio_kmem;
+extern struct kmem_cache *cl_page_kmem_array[16];
+extern unsigned short cl_page_kmem_size_array[16];
+
 struct cl_thread_info *cl_env_info(const struct lu_env *env);
 void cl_page_disown0(const struct lu_env *env,
                     struct cl_io *io, struct cl_page *pg);