diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2021-02-14 00:09:23 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2021-02-14 00:09:23 +0000 |
| commit | 69d9cc88d213f3d95526636743f15371f2fa6c2c (patch) | |
| tree | 8c4a96f8a75926af35912a0d5509e4709d43a486 /include/sys/sa.h | |
| parent | 90705d70c482c1fea055b97773fae14b218344db (diff) | |
Update OpenZFS to master-c1c31a835vendor/openzfs/20210210
Discussed with: mjguzik
Diffstat (limited to 'include/sys/sa.h')
| -rw-r--r-- | include/sys/sa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/sa.h b/include/sys/sa.h index 432e0bc415c9..98eb8f9cd79f 100644 --- a/include/sys/sa.h +++ b/include/sys/sa.h @@ -158,7 +158,7 @@ void sa_handle_lock(sa_handle_t *); void sa_handle_unlock(sa_handle_t *); #ifdef _KERNEL -int sa_lookup_uio(sa_handle_t *, sa_attr_type_t, uio_t *); +int sa_lookup_uio(sa_handle_t *, sa_attr_type_t, zfs_uio_t *); int sa_add_projid(sa_handle_t *, dmu_tx_t *, uint64_t); #endif |
