[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1344607355-9310-1-git-send-email-makienko@ispras.ru>
Date: Fri, 10 Aug 2012 18:02:35 +0400
From: Marina Makienko <makienko@...ras.ru>
To: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
Cc: Marina Makienko <makienko@...ras.ru>, linux-scsi@...r.kernel.org,
target-devel@...r.kernel.org, linux-kernel@...r.kernel.org,
ldv-project@...ras.ru
Subject: [PATCH] target: Add blk_put_request()
blk requests are obtained (some memory is allocated for them)
by means of functions blk_get_request and blk_make_request.
After usage (usually with help of blk_execute_rq) these requests
should be put (and freed) with help of blk_put_request.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Marina Makienko <makienko@...ras.ru>
---
There is no problems in drivers/target/target_core_pscsi.c
Please ignore the previous message.
--
1.7.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists