aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/types.h')
-rw-r--r--include/asm-s390/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-s390/types.h b/include/asm-s390/types.h
index d0be3e477013..5738ad63537c 100644
--- a/include/asm-s390/types.h
+++ b/include/asm-s390/types.h
@@ -93,6 +93,11 @@ typedef u64 sector_t;
#define HAVE_SECTOR_T
#endif
+#ifdef CONFIG_LSF
+typedef u64 blkcnt_t;
+#define HAVE_BLKCNT_T
+#endif
+
#endif /* ! __s390x__ */
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */