Re: [PATCH 7/8] IB/mthca: Replace counting semaphore event_sem with wait condition

2016-10-17 Thread Arnd Bergmann
On Monday, October 17, 2016 9:39:54 AM CEST Christoph Hellwig wrote: > Same NAK as for the last patch. Right, whatever we decide to do for patch 6 is what should be done here too, as the hns code was clearly copied unchanged. Arnd

Re: [PATCH 7/8] IB/mthca: Replace counting semaphore event_sem with wait condition

2016-10-17 Thread Christoph Hellwig
Same NAK as for the last patch.

[PATCH 7/8] IB/mthca: Replace counting semaphore event_sem with wait condition

2016-10-17 Thread Binoy Jayan
Counting semaphores are going away in the future, so replace the semaphore mthca_cmd::event_sem with an open-coded implementation. Signed-off-by: Binoy Jayan --- drivers/infiniband/hw/mthca/mthca_cmd.c | 12 drivers/infiniband/hw/mthca/mthca_dev.h | 3 ++- 2 files changed, 10 inser