Whamcloud - gitweb
LU-2940 llite: Fix for oops in vvp_pgcache_show()
[fs/lustre-release.git] / lnet / lnet / lib-msg.c
index cc889b3..a252718 100644 (file)
@@ -26,6 +26,8 @@
 /*
  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright (c) 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -541,6 +543,7 @@ lnet_finalize (lnet_ni_t *ni, lnet_msg_t *msg, int status)
        if (rc != 0)
                goto again;
 }
+EXPORT_SYMBOL(lnet_finalize);
 
 void
 lnet_msg_container_cleanup(struct lnet_msg_container *container)