Whamcloud - gitweb
LU-4006 lnet: abort messages whose MD has been unlinked
[fs/lustre-release.git] / lnet / include / lnet / darwin / lib-types.h
index b2958c6..5dd29a3 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -26,7 +24,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
@@ -48,7 +46,7 @@
 /*
  * XXX Liang:
  *
- * Temporary fix, because lnet_me_free()->cfs_free->FREE() can be blocked in xnu,
+ * Temporary fix, because lnet_me_free()->kfree->FREE() can be blocked in xnu,
  * at then same time we've taken LNET_LOCK(), which is a spinlock.
  * by using LNET_USE_LIB_FREELIST, we can avoid calling of FREE().
  *