Remove 'DataNode' from k_chproc structure

The 'DataNode' field in the k_chproc structure is not used.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: If87a667953811772c918c12e1c03f8a5c6f7fafd
This commit is contained in:
Peter Mitsis 2015-04-20 23:39:15 -04:00 committed by Anas Nashif
commit eeeb3215f0
2 changed files with 0 additions and 5 deletions

View file

@ -248,7 +248,6 @@ struct k_chreq {
struct k_chproc {
struct req_info ReqInfo;
knode_t DataNode;
void *pData; /* if NULL, data is embedded in
cmd packet */
int iSizeTotal; /* total size of data/free space */

View file

@ -93,10 +93,6 @@ void K_ChSendReq(struct k_args *RequestOrig)
.iSizeTotal;
break;
case _ASYNCREQ:
RequestProc->Args.ChProc.DataNode =
OBJ_NODE(Request->Args.ChReq
.ReqType.Async
.block.poolid);
RequestProc->Args.ChProc.pData =
Request->Args.ChReq.ReqType
.Async.block