On Mon, Mar 13 2017, kusumi.tomohiro@xxxxxxxxx wrote: > From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> > > There are platforms that use chrdev (instead of blkdev) for block > devices, thus check_mount_writes() needs to test an appropriate file > type(s) for potential mounted devices. > > fio has had a macro FIO_HAVE_CHARDEV_SIZE basically for those using > chrdev for block devices, and this macro can be used here as well. > > In FreeBSD and several others, blkdev is no longer used as a file type, > so it's safe to only test FIO_TYPE_CHAR if FIO_HAVE_CHARDEV_SIZE is > defined, but this commit leaves FIO_TYPE_BLOCK test since some > platforms may have/use both for block devices (not sure if exist). Applied this, and 2-6. Please resend 7/7 with a better commit log. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html