From b9402438ff38c182302096dca33df14ab3ad78ca Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 18 Nov 2009 07:22:30 +0000 Subject: [PATCH] Updated to do list once more. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1346 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/ToDo | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/srpt/ToDo b/srpt/ToDo index 66cc17a5d..382a64d8a 100644 --- a/srpt/ToDo +++ b/srpt/ToDo @@ -30,3 +30,13 @@ pool). Failure to allocate memory for even a single task management command would lead to putting the whole device offline with possible corresponding data loss. + + +8. Replace the calls to srpt_abort_if_disconnecting() by calls to + scst_cmd_aborted(). + + +9. Start using the SGV clustering pool. More information can be found in the + documentation of struct scst_tgt_template in scst.h (use_clustering has to + be set to 1). A general description of the SGV cache can be found here: + http://scst.sourceforge.net/sgv_cache.txt.