block: rename CONFIG_LBD to CONFIG_LBDAF
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_linux.h
index f65a53f8752f239410a66f6bc564c8c1a3e4dc81..6127e24062d0cc060f0d0a05789ffca0e4b2ea74 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
This page took 0.02409 seconds and 5 git commands to generate.