diff options
Diffstat (limited to 'sys/contrib/openzfs/module/zfs/vdev_file.c')
| -rw-r--r-- | sys/contrib/openzfs/module/zfs/vdev_file.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/module/zfs/vdev_file.c b/sys/contrib/openzfs/module/zfs/vdev_file.c index 20b4db65ec06..da8fc363762d 100644 --- a/sys/contrib/openzfs/module/zfs/vdev_file.c +++ b/sys/contrib/openzfs/module/zfs/vdev_file.c @@ -109,6 +109,9 @@ vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, */ vd->vdev_nonrot = B_TRUE; + /* Is not backed by a block device. */ + vd->vdev_is_blkdev = B_FALSE; + /* * Allow TRIM on file based vdevs. This may not always be supported, * since it depends on your kernel version and underlying filesystem |
