[PATCH] splice: fix page LRU accounting
[safe/jmp/linux-2.6] / include / asm-i386 / types.h
index 901b77c..e50a08b 100644 (file)
@@ -63,7 +63,10 @@ typedef u64 sector_t;
 #define HAVE_SECTOR_T
 #endif
 
-typedef unsigned short kmem_bufctl_t;
+#ifdef CONFIG_LSF
+typedef u64 blkcnt_t;
+#define HAVE_BLKCNT_T
+#endif
 
 #endif /* __ASSEMBLY__ */