]> granicus.if.org Git - zfs/commit
Prefix all refcount functions with zfs_
authorTim Schumacher <timschumi@gmx.de>
Mon, 1 Oct 2018 17:42:05 +0000 (19:42 +0200)
committerTony Hutter <hutter2@llnl.gov>
Thu, 8 Nov 2018 22:38:28 +0000 (14:38 -0800)
commitb884768e4687dcd05fa899dd948559dad5750a12
tree6d93e316dce21abf1e767352baaabf20f26ed6ea
parentf8f4e137761244aa21bae31dba890a293abd6997
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
21 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_dataset.c
module/zfs/dsl_destroy.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