]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 17 Jun 2010 21:34:42 +0000 (14:34 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 21:34:42 +0000 (14:34 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_basic_defs.h

index 2289fb5dc20979b06bef620bfd065820fd14e4b6..9a1f92c565a6f16001b5f5715a284de49bda340b 100644 (file)
@@ -656,12 +656,10 @@ typedef int pid_t;
 
 /*
  * bora/lib/allocTrack is a special case. It hooks malloc/free and the
- * like, and thus can basically sneak in underneath anyone. So we put
- * it above RANK_LEAF. In the future, if there come to be other bora
- * libraries that hook other system APIs and take locks, their locks
- * could also be above RANK_LEAF.
+ * like, and thus can basically sneak in underneath anyone. To that end
+ * allocTrack uses unranked, native locks internally to avoid any
+ * complications.
  */
-#define RANK_allocTrack          RANK_LEAF+1
 
 /*
  * For situations where we need to create locks on behalf of