RDMA/core: Remove FMR device ops
[linux-2.6-block.git] / Documentation / infiniband / core_locking.rst
index 8f76a8a5a38f01a0fb0b474b6f74eb2a8195bbcd..efd5e7603014db65e8dbda644c5c6397c7ca1139 100644 (file)
@@ -22,7 +22,6 @@ Sleeping and interrupt context
     - post_recv
     - poll_cq
     - req_notify_cq
-    - map_phys_fmr
 
   which may not sleep and must be callable from any context.
 
@@ -36,7 +35,6 @@ Sleeping and interrupt context
     - ib_post_send
     - ib_post_recv
     - ib_req_notify_cq
-    - ib_map_phys_fmr
 
   are therefore safe to call from any context.