RDMA/ucma: BKL is not needed for ucma_open()
authorRoland Dreier <rolandd@cisco.com>
Fri, 25 Jul 2008 03:36:59 +0000 (20:36 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jul 2008 03:36:59 +0000 (20:36 -0700)
commitf7a6117ee59c0001d58e830a82d7e205ed602bdd
tree8317ca6d2b53afde70905ed5986a1556a144774f
parentfb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43
RDMA/ucma: BKL is not needed for ucma_open()

Remove explicit lock_kernel() calls and document why the code is safe.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/ucma.c