]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ib_core: make wait_event uninterruptible in ib_flush_fmr_pool()
authorAvinash Repaka <avinash.repaka@oracle.com>
Sat, 30 Jul 2016 00:40:27 +0000 (17:40 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 26 Aug 2016 21:21:06 +0000 (14:21 -0700)
commit2fcb703df519414bf5241d48eca0f36d335eef9d
tree41f331e42746015888e5ea20a51bb391a39e71b3
parent3c34a2b86f25dac88d5dcc76b074db51d54f9e4c
ib_core: make wait_event uninterruptible in ib_flush_fmr_pool()

Replace wait_event_interruptible() with wait_event() in
ib_flush_fmr_pool() to avoid deallocating pd before fmr_cleanup_thread
tears down pool of fmrs.

Orabug: 24533036

Signed-off-by: Avinash Repaka <avinash.repaka@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/infiniband/core/fmr_pool.c