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:
parent
0d376ab2c8
commit
eeeb3215f0
2 changed files with 0 additions and 5 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue