Whamcloud - gitweb
b=19694
[fs/lustre-release.git] / lnet / lnet / lib-msg.c
index 3f131e2..68286b3 100644 (file)
@@ -16,8 +16,8 @@
  * in the LICENSE file that accompanied this code).
  *
  * You should have received a copy of the GNU General Public License
- * version 2 along with this program; If not, see [sun.com URL with a
- * copy of GPLv2].
+ * version 2 along with this program; If not, see
+ * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
  *
  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  * CA 95054 USA or visit www.sun.com if you need additional information or
@@ -45,6 +45,8 @@
 void
 lnet_build_unlink_event (lnet_libmd_t *md, lnet_event_t *ev)
 {
+        ENTRY;
+
         memset(ev, 0, sizeof(*ev));
 
         ev->status   = 0;
@@ -52,6 +54,7 @@ lnet_build_unlink_event (lnet_libmd_t *md, lnet_event_t *ev)
         ev->type     = LNET_EVENT_UNLINK;
         lnet_md_deconstruct(md, &ev->md);
         lnet_md2handle(&ev->md_handle, md);
+        EXIT;
 }
 
 void