fcst: Remove ft_prlo() function header and a comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4959 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-08-13 18:37:00 +00:00
parent 049aab6dce
commit cf8d18cba8

View File

@@ -494,9 +494,6 @@ static void ft_sess_put(struct ft_sess *sess)
kref_put(&sess->kref, ft_sess_free);
}
/*
* Handle PRLO.
*/
static void ft_prlo(struct fc_rport_priv *rdata)
{
struct ft_sess *sess;
@@ -515,13 +512,6 @@ static void ft_prlo(struct fc_rport_priv *rdata)
}
mutex_unlock(&ft_lport_lock);
/*
* Release the session hold from the table.
* When all command-starting threads have returned,
* kref will call ft_sess_free which will unregister
* the session.
* fcmds referencing the session are safe.
*/
ft_sess_put(sess); /* release from table */
rdata->prli_count--;
}