zfsonfreebsd / ZoF

ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD
https://freebsd.org
Other
100 stars 8 forks source link

Fix definition of BLKGETSIZE64 on FreeBSD #161

Closed arichardson closed 4 years ago

arichardson commented 4 years ago

Description

This looks like a copy-paste error, the matching FreeBSD ioctl is DIOCGMEDIASIZE.

How Has This Been Tested?

Compiles. It's unlikely this code is used though since the broken definition didn't cause any issues before.

Types of changes

Checklist:

ghost commented 4 years ago

Please open pull requests against openzfs/zfs

arichardson commented 4 years ago

https://github.com/openzfs/zfs/pull/10818