X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=file.h;h=ac00ff877997531f2879fcc9e4dbe167f2da7634;hb=569dccc787a5f5ddf53aa9b4894e664e7aefc590;hp=6f34dd5c3d315608778f638e6be45ef7f4726cd1;hpb=7903bf87725b18495a06f7199342f167147712eb;p=fio.git 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 */ };