Whamcloud - gitweb
LU-2675 cleanup: remove User Mode Linux specific code
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_debug.h
index ff92659..0e8aaa1 100644 (file)
@@ -383,11 +383,7 @@ extern int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob,
 extern int cfs_trace_copyout_string(char *usr_buffer, int usr_buffer_nob,
                                    const char *knl_buffer, char *append);
 
-#if defined(HAVE_BGL_SUPPORT)
-#define LIBCFS_DEBUG_FILE_PATH_DEFAULT "/bgl/ion/tmp/lustre-log"
-#elif defined(__arch_um__)
-#define LIBCFS_DEBUG_FILE_PATH_DEFAULT "/r/tmp/lustre-log"
-#elif defined(__WINNT__)
+#if defined(__WINNT__)
 #define LIBCFS_DEBUG_FILE_PATH_DEFAULT "\\SystemRoot\\temp\\lustre-log"
 #else
 #define LIBCFS_DEBUG_FILE_PATH_DEFAULT "/tmp/lustre-log"