Export dmu_buf_rele() symbol
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Aug 2012 15:35:32 +0000 (08:35 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Aug 2012 15:38:19 +0000 (08:38 -0700)
commit4047414a6a340dff5fd52d48b163991bc9760ad2
treee76ec247d582b625b784ae079f3137d7065df25d
parent9ca431763e2db4c05858ed7dc578a8d6dbcc54d6
Export dmu_buf_rele() symbol

While I'd like to remove the various pragmas in module/zfs/dbuf.c.
There are consumers such as Lustre which still depend on dmu_buf_*
versions of the symbols.  Until all consumers can be converted to
use only the dbuf_* names leave this symbol exported.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/dbuf.c