]> git.baikalelectronics.ru Git - kernel.git/commit
target: Un-export target_get_sess_cmd()
authorRoland Dreier <roland@purestorage.com>
Mon, 16 Jul 2012 18:04:37 +0000 (11:04 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 17 Jul 2012 00:35:25 +0000 (17:35 -0700)
commitb3607c273d52b0eadf6ef9e42593051e0f99c7c5
treeb4b10367aa41167ae48b00b9589abacc076987b8
parent17c4c1be7af6ec6ee0b1d1869021c4649372f728
target: Un-export target_get_sess_cmd()

There are no in-tree users of target_get_sess_cmd() outside of
target_core_transport.c.  Any new code should use the higher-level
target_submit_cmd() interface.  So let's un-export target_get_sess_cmd()
and make it static to the one file where it's actually used.

(nab: Fix up minor fuzz to for-next)

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c
include/target/target_core_fabric.h