X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Ftypes.h;h=e50a08bd7ced0ef43ac153958d613f85f89fb7cc;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=901b77c42b8a70e860c95766641904b6fb5468d5;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-i386/types.h b/include/asm-i386/types.h index 901b77c42..e50a08bd7 100644 --- a/include/asm-i386/types.h +++ b/include/asm-i386/types.h @@ -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__ */