Cleanup: there's no point to count on_free latency, because those places are behind scst_update_lat_stats()

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4793 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-03-14 01:54:46 +00:00
parent b5eb13b50e
commit 61192be2eb
3 changed files with 4 additions and 27 deletions
+1 -1
View File
@@ -2177,7 +2177,7 @@ struct scst_cmd {
uint64_t start, curr_start, parse_time, alloc_buf_time;
uint64_t restart_waiting_time, rdy_to_xfer_time;
uint64_t pre_exec_time, exec_time, dev_done_time;
uint64_t xmit_time, tgt_on_free_time, dev_on_free_time;
uint64_t xmit_time;
#endif
#ifdef CONFIG_SCST_DEBUG_TM