summaryrefslogtreecommitdiffstats
path: root/include/sys/zio_crypt.h
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2020-07-29 16:35:33 -0700
committerGitHub <[email protected]>2020-07-29 16:35:33 -0700
commit27d96d22542282b81a055e2108268dc78d08eda8 (patch)
tree56926ce22cb377e4de917dae56022faca7c080e7 /include/sys/zio_crypt.h
parent843e9ca2e1ef347cf6b0271ed84438afc145dfd4 (diff)
Rename refcount.h to zfs_refcount.h
Renamed to avoid conflicting with refcount.h when a different implementation is already provided by the platform. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #10620
Diffstat (limited to 'include/sys/zio_crypt.h')
-rw-r--r--include/sys/zio_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zio_crypt.h b/include/sys/zio_crypt.h
index 6b7bf719e..d7a63d695 100644
--- a/include/sys/zio_crypt.h
+++ b/include/sys/zio_crypt.h
@@ -21,7 +21,7 @@
#define _SYS_ZIO_CRYPT_H
#include <sys/dmu.h>
-#include <sys/refcount.h>
+#include <sys/zfs_refcount.h>
#if defined(__FreeBSD__) && defined(_KERNEL)
#include <sys/freebsd_crypto.h>
#else