Remove arc_data_buf_alloc()/arc_data_buf_free()
authorRichard Yao <ryao@gentoo.org>
Sun, 7 Jul 2013 17:39:59 +0000 (13:39 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Aug 2013 16:48:07 +0000 (09:48 -0700)
commit3f4058cd15545a83b4e6e50cd7e29af45b54054a
tree012ee942fb3e0e225a28d540b3131c9cdf9dd38a
parent4edbd2f79a95ac608155bf518ea7253c8a0a61fe
Remove arc_data_buf_alloc()/arc_data_buf_free()

These functions are used in neither Illumos nor ZFSOnLinux. They appear
to have been replaced by arc_buf_alloc()/arc_buf_free(), so lets remove
them.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1614
include/sys/arc.h
module/zfs/arc.c