diff options
author | Dean Luick <dean.luick@intel.com> | 2016-07-28 19:27:26 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-03 05:46:21 +0300 |
commit | 8e1f52df978ec17475e1184ed9f72078babcbbfa (patch) | |
tree | bbec55cb6cd89ca0341bb2e118fe7bd0b2606d83 /drivers/infiniband/hw/hfi1/hfi.h | |
parent | 72720ddfc6d2256d62c4d8a644cf2ac54a27af90 (diff) | |
download | linux-8e1f52df978ec17475e1184ed9f72078babcbbfa.tar.xz |
IB/hfi1: Remove unused uctxt->subpid and uctxt->pid
These are no longer needed.
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/hfi.h')
-rw-r--r-- | drivers/infiniband/hw/hfi1/hfi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/hfi1/hfi.h b/drivers/infiniband/hw/hfi1/hfi.h index df43732621ee..63ce587d6f94 100644 --- a/drivers/infiniband/hw/hfi1/hfi.h +++ b/drivers/infiniband/hw/hfi1/hfi.h @@ -270,9 +270,6 @@ struct hfi1_ctxtdata { u32 urgent; /* saved total number of polled urgent packets for poll edge trigger */ u32 urgent_poll; - /* pid of process using this ctxt */ - pid_t pid; - pid_t subpid[HFI1_MAX_SHARED_CTXTS]; /* same size as task_struct .comm[], command that opened context */ char comm[TASK_COMM_LEN]; /* so file ops can get at unit */ |