Roland Dreier 24bce50803 IB/umem: Fix possible hang on process exit
If ib_umem_release() is called after ib_uverbs_close() sets context->closing,
then a process can get stuck in a D state, because the code boils down to

	if (down_write_trylock(&mm->mmap_sem))
		down_write(&mm->mmap_sem);

which is obviously a stupid instant deadlock.  Fix the code so that we
only try to take the lock once.

This bug was introduced in commit f7c6a7b5 ("IB/uverbs: Export
ib_umem_get()/ib_umem_release() to modules") which fortunately never
made it into a release, and was reported by Pete Wyckoff <pw@osc.edu>.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-06-21 11:05:58 -07:00
..
2005-10-29 10:35:07 -07:00
2007-05-21 09:18:19 -07:00
2005-10-20 12:29:36 -07:00
2007-05-29 16:07:09 -07:00
2006-09-22 15:22:46 -07:00
2006-11-22 14:57:56 +00:00
2007-05-06 21:18:11 -07:00
2007-04-24 16:31:11 -07:00
2007-04-24 16:31:11 -07:00
2007-05-06 21:18:11 -07:00