]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/types.h
perf_counter tools: Create new chain_for_each_child() iterator
[mv-sheeva.git] / include / linux / types.h
index 5abe354020f964712f84697a4e17fc28ad68b076..c42724f8c80210f6d50708ced60269c1dd3cc703 100644 (file)
@@ -131,7 +131,7 @@ typedef             __s64           int64_t;
  *
  * blkcnt_t is the type of the inode's block count.
  */
-#ifdef CONFIG_LBD
+#ifdef CONFIG_LBDAF
 typedef u64 sector_t;
 typedef u64 blkcnt_t;
 #else