diff options
author | Matthew Macy <[email protected]> | 2020-07-29 16:35:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-29 16:35:33 -0700 |
commit | 27d96d22542282b81a055e2108268dc78d08eda8 (patch) | |
tree | 56926ce22cb377e4de917dae56022faca7c080e7 /module/zfs/dsl_deadlist.c | |
parent | 843e9ca2e1ef347cf6b0271ed84438afc145dfd4 (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 'module/zfs/dsl_deadlist.c')
-rw-r--r-- | module/zfs/dsl_deadlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/zfs/dsl_deadlist.c b/module/zfs/dsl_deadlist.c index 8cb0f90fb..3d16f61f6 100644 --- a/module/zfs/dsl_deadlist.c +++ b/module/zfs/dsl_deadlist.c @@ -25,7 +25,6 @@ */ #include <sys/dmu.h> -#include <sys/refcount.h> #include <sys/zap.h> #include <sys/zfs_context.h> #include <sys/dsl_pool.h> |