]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa.c
Prefix all refcount functions with zfs_
authorTim Schumacher <timschumi@gmx.de>
Mon, 1 Oct 2018 17:42:05 +0000 (19:42 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 1 Oct 2018 17:42:05 +0000 (10:42 -0700)
commit424fd7c3e080255935646d2beaa2655c116cc37a
tree16618fd0366f3c6431bfdb8b531a96764535ee54
parentfc23d59fa09f3cd803438986ba70ffcb32b8a036
Prefix all refcount functions with zfs_

Recent changes in the Linux kernel made it necessary to prefix
the refcount_add() function with zfs_ due to a name collision.

To bring the other functions in line with that and to avoid future
collisions, prefix the other refcount functions as well.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Closes #7963
23 files changed:
cmd/ztest/ztest.c
include/sys/refcount.h
include/sys/trace_dbuf.h
module/zfs/abd.c
module/zfs/arc.c
module/zfs/dbuf.c
module/zfs/dbuf_stats.c
module/zfs/dmu_tx.c
module/zfs/dnode.c
module/zfs/dnode_sync.c
module/zfs/dsl_crypt.c
module/zfs/dsl_dataset.c
module/zfs/dsl_destroy.c
module/zfs/dsl_scan.c
module/zfs/metaslab.c
module/zfs/refcount.c
module/zfs/rrwlock.c
module/zfs/sa.c
module/zfs/spa.c
module/zfs/spa_misc.c
module/zfs/zfs_ctldir.c
module/zfs/zfs_znode.c
module/zfs/zio.c