]> git.baikalelectronics.ru Git - kernel.git/commit
target: Add EXPORT_SYMBOL for existing se_dev_set_*
authorNicholas Bellinger <nab@linux-iscsi.org>
Fri, 28 Nov 2014 03:15:48 +0000 (19:15 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 2 Dec 2014 05:36:02 +0000 (21:36 -0800)
commita1a7b9e8ee5d57940047ba5eff291d3966efaa50
treeba84502c9363e71d3089f1522af3e1e91603d4f9
parent16530ea6c7a16a4d6dae5af3d64326a28686dc8c
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>
drivers/target/target_core_device.c
drivers/target/target_core_iblock.c
drivers/target/target_core_internal.h
include/target/target_core_backend.h