Whamcloud - gitweb
LU-2675 libcfs: remove {ENTRY,EXIT}_NESTING macros
[fs/lustre-release.git] / libcfs / include / libcfs / linux / libcfs.h
index b5ce289..cda2b1f 100644 (file)
@@ -99,11 +99,6 @@ do {                                                                    \
 /* initial pid  */
 #define LUSTRE_LNET_PID          12345
 
-#define ENTRY_NESTING_SUPPORT (1)
-#define ENTRY_NESTING   do {;} while (0)
-#define EXIT_NESTING   do {;} while (0)
-#define __current_nesting_level() (0)
-
 /**
  * Platform specific declarations for cfs_curproc API (libcfs/curproc.h)
  *