X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=ac00ff877997531f2879fcc9e4dbe167f2da7634;hp=6f34dd5c3d315608778f638e6be45ef7f4726cd1;hb=686fbd314c2113db5c9cd367a65f1e5abe47bce1;hpb=42c3f3daa815c6e792dfc817baabb4090554075a diff --git a/file.h b/file.h index 6f34dd5c..ac00ff87 100644 --- a/file.h +++ b/file.h @@ -15,7 +15,7 @@ */ enum fio_filetype { FIO_TYPE_FILE = 1, /* plain file */ - FIO_TYPE_BD, /* block device */ + FIO_TYPE_BLOCK, /* block device */ FIO_TYPE_CHAR, /* character device */ FIO_TYPE_PIPE, /* pipe */ };