summaryrefslogtreecommitdiff
path: root/include/sys/sa.h
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2021-02-14 00:09:23 +0000
committerMartin Matuska <mm@FreeBSD.org>2021-02-14 00:09:23 +0000
commit69d9cc88d213f3d95526636743f15371f2fa6c2c (patch)
tree8c4a96f8a75926af35912a0d5509e4709d43a486 /include/sys/sa.h
parent90705d70c482c1fea055b97773fae14b218344db (diff)
Update OpenZFS to master-c1c31a835vendor/openzfs/20210210
Discussed with: mjguzik
Diffstat (limited to 'include/sys/sa.h')
-rw-r--r--include/sys/sa.h2
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