]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/refcount.c
Rename refcount.h to zfs_refcount.h
authorMatthew Macy <mmacy@freebsd.org>
Wed, 29 Jul 2020 23:35:33 +0000 (16:35 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 23:35:33 +0000 (16:35 -0700)
commit27d96d22542282b81a055e2108268dc78d08eda8
tree56926ce22cb377e4de917dae56022faca7c080e7
parent843e9ca2e1ef347cf6b0271ed84438afc145dfd4
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 <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #10620
41 files changed:
cmd/ztest/ztest.c
include/os/freebsd/spl/sys/ccompile.h
include/os/freebsd/spl/sys/file.h
include/os/freebsd/spl/sys/vnode.h
include/sys/Makefile.am
include/sys/abd.h
include/sys/arc.h
include/sys/dbuf.h
include/sys/dmu_tx.h
include/sys/dnode.h
include/sys/dsl_bookmark.h
include/sys/dsl_dataset.h
include/sys/dsl_dir.h
include/sys/refcount.h [deleted file]
include/sys/rrwlock.h
include/sys/sa_impl.h
include/sys/spa_impl.h
include/sys/zfs_refcount.h [new file with mode: 0644]
include/sys/zio_crypt.h
lib/libzpool/util.c
module/os/freebsd/spl/spl_vfs.c
module/os/freebsd/zfs/arc_os.c
module/os/freebsd/zfs/zfs_fuid_os.c
module/os/freebsd/zfs/zfs_vnops.c
module/os/freebsd/zfs/zfs_znode.c
module/os/freebsd/zfs/zvol_os.c
module/os/linux/zfs/arc_os.c
module/os/linux/zfs/zfs_znode.c
module/zfs/arc.c
module/zfs/bpobj.c
module/zfs/bptree.c
module/zfs/dsl_deadlist.c
module/zfs/refcount.c
module/zfs/rrwlock.c
module/zfs/space_map.c
module/zfs/vdev_indirect.c
module/zfs/vdev_initialize.c
module/zfs/vdev_trim.c
module/zfs/zap.c
module/zfs/zap_micro.c
module/zfs/zfs_fuid.c