Commit 077aa3b2 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nicholas Bellinger

target: add __releases annotation to target_release_cmd_kref

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 96494916
......@@ -2418,6 +2418,7 @@ int target_get_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd,
EXPORT_SYMBOL(target_get_sess_cmd);
static void target_release_cmd_kref(struct kref *kref)
__releases(&se_cmd->se_sess->sess_cmd_lock)
{
struct se_cmd *se_cmd = container_of(kref, struct se_cmd, cmd_kref);
struct se_session *se_sess = se_cmd->se_sess;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment