mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3211 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -436,15 +436,6 @@ enum scst_exec_context {
|
||||
/* The cmd should be sent to SCSI mid-level */
|
||||
#define SCST_EXEC_NOT_COMPLETED 1
|
||||
|
||||
/*
|
||||
* Set if cmd is finished and there is status/sense to be sent.
|
||||
* The status should be not sent (i.e. the flag not set) if the
|
||||
* possibility to perform a command in "chunks" (i.e. with multiple
|
||||
* xmit_response()/rdy_to_xfer()) is used (not implemented yet).
|
||||
* Obsolete, use scst_cmd_get_is_send_status() instead.
|
||||
*/
|
||||
#define SCST_TSC_FLAG_STATUS 0x2
|
||||
|
||||
/*************************************************************
|
||||
** Additional return code for dev handler's task_mgmt_fn()
|
||||
*************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user