From 5fff95436922873dd9ded8b21af7222689e2ec5d Mon Sep 17 00:00:00 2001 From: Jeff Furlong Date: Mon, 23 Jul 2018 09:15:40 -0600 Subject: Add support for >= 4G block sizes For trims, it's useful to be able to support larger than (or equal to) 4GB. This extends the block sizes support for that. Change from Jeff, various little fixups from me. Signed-off-by: Jens Axboe --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index 8fd34b13..c0a547eb 100644 --- a/file.h +++ b/file.h @@ -86,7 +86,7 @@ struct fio_file { */ unsigned int major, minor; int fileno; - int bs; + unsigned long long bs; char *file_name; /* -- cgit v1.2.3