xfs: event tracing support
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_linux.h
index f65a53f8752f239410a66f6bc564c8c1a3e4dc81..5af0c81ca1ae1d61b978d70dc437843db35cb75e 100644 (file)
@@ -24,7 +24,7 @@
  * XFS_BIG_BLKNOS needs block layer disk addresses to be 64 bits.
  * XFS_BIG_INUMS requires XFS_BIG_BLKNOS to be set.
  */
-#if defined(CONFIG_LBD) || (BITS_PER_LONG == 64)
+#if defined(CONFIG_LBDAF) || (BITS_PER_LONG == 64)
 # define XFS_BIG_BLKNOS        1
 # define XFS_BIG_INUMS 1
 #else
@@ -40,7 +40,6 @@
 #include <sv.h>
 #include <time.h>
 
-#include <support/ktrace.h>
 #include <support/debug.h>
 #include <support/uuid.h>
 
This page took 0.02837 seconds and 5 git commands to generate.