commit | c9e8d128fe316751230ee0c53478740c64f58436 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Nov 07 10:45:35 2013 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Nov 07 12:14:52 2013 -0800 |
tree | 0d5604776d414497871af5737c3a4d1450ff5d46 | |
parent | dbcbc95cd85854588ac80c0a6d98586fa2129418 [diff] |
percpu-refcount: Add EXPORT_SYMBOL to use percpu_ref from modules This patch adds EXPORT_SYMBOL() for percpu_ref_init(), percpu_ref_cancel_init() and percpu_ref_kill_and_confirm() so that percpu refcounting can be used by external modules. Cc: Kent Overstreet <kmo@daterainc.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>