This reverts commit c2691f807ddd2c6b261c5707f6838a45d9275390 as it breaks backtracing on actual glibc environments. Signed-off-by: Josef Bacik <jbacik@xxxxxx> --- kerncompat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kerncompat.h b/kerncompat.h index 7397274..5c1cca9 100644 --- a/kerncompat.h +++ b/kerncompat.h @@ -29,12 +29,6 @@ #include <stddef.h> #include <linux/types.h> #include <stdint.h> - -#ifndef __glibc__ -#define BTRFS_DISABLE_BACKTRACE -#define __always_inline __inline __attribute__ ((__always_inline__)) -#endif - #ifndef BTRFS_DISABLE_BACKTRACE #include <execinfo.h> #endif -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
