commit | d30cd1238c2f89662c82d5d2c4686971a6dc3693 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Nov 27 19:15:48 2014 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Dec 01 21:36:02 2014 -0800 |
tree | ba84502c9363e71d3089f1522af3e1e91603d4f9 | |
parent | 7a23f890b7c11b63dfc2a6c7ae1f0a631ed84865 [diff] |
target: Add EXPORT_SYMBOL for existing se_dev_set_* Now that target_core_backend_configfs.h macros will be using these se_dev_set attribute functions externally to allow backend drivers to populate different attributes, go ahead and add EXPORT_SYMBOL() for the existing default set of 30 device attributes. Also update target_core_backend.h with proper function prototypes. Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>