More performance and scalability improvements

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3222 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-01-14 21:05:25 +00:00
parent 3cf855fe00
commit cbb7de538f
5 changed files with 91 additions and 90 deletions
+4 -3
View File
@@ -1713,6 +1713,8 @@ struct scst_cmd {
struct scst_session *sess; /* corresponding session */
atomic_t *cpu_cmd_counter;
/* Cmd state, one of SCST_CMD_STATE_* constants */
int state;
@@ -2066,6 +2068,8 @@ struct scst_mgmt_cmd {
struct scst_session *sess;
atomic_t *cpu_cmd_counter;
/* Mgmt cmd state, one of SCST_MCMD_STATE_* constants */
int state;
@@ -3891,9 +3895,6 @@ unsigned long scst_random(void);
void scst_set_resp_data_len(struct scst_cmd *cmd, int resp_data_len);
void scst_get(void);
void scst_put(void);
void scst_cmd_get(struct scst_cmd *cmd);
void scst_cmd_put(struct scst_cmd *cmd);