scst: Clarify a comment

The comment above scst_nexus_loss() is somewhat confusing so change
it into something that is more clear.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5387 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-03-26 03:22:16 +00:00
parent 0c66b8aaf7
commit b19ae27cd2

View File

@@ -4279,7 +4279,7 @@ out_free:
goto out;
}
/* No locks supposed to be held, scst_mutex - held */
/* scst_mutex supposed to be held */
void scst_nexus_loss(struct scst_tgt_dev *tgt_dev, bool queue_UA)
{
TRACE_ENTRY();