mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-08 11:27:16 +03:00
A recent commit to FreeBSD changed the type of
vop_readdir_args.a_cookies to a uint64_t**. There is no functional
impact to ZFS because ZFS only uses 32-bit cookies, which will be
zero-extended to 64-bits by the existing code.
|
||
|---|---|---|
| .. | ||
| spl | ||
| zfs | ||