linux/Documentation/target
Christoph Hellwig 22d11759a4 target: make ->shutdown_session optional
Turns out the template and thus many drivers got the return value wrong:
0 means the fabrics driver needs to put a session reference, which no
driver except for the iSCSI target drivers did.  Fortunately none of these
drivers supports explicit Node ACLs, so the bug was harmless.

Even without that only qla2xxx and iscsi every did real work in
shutdown_session, so get rid of the boilerplate code in all other
drivers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2016-05-10 01:19:18 -07:00
..
tcm_mod_builder.py target: make ->shutdown_session optional 2016-05-10 01:19:18 -07:00
tcm_mod_builder.txt target: refactor init/drop_nodeacl methods 2015-05-30 22:41:51 -07:00
tcmu-design.txt target/user: Report capability of handling out-of-order completions to userspace 2016-03-10 21:49:09 -08:00