IB/hfi1: Make the cache handler own its rb tree root
[deliverable/linux.git] / drivers / infiniband / hw / hfi1 / user_sdma.h
index ff49f74f43f4159ce529262033646267d73b0803..bcdc9e8ae1f0830c8ad92597aebf21b55525889c 100644 (file)
@@ -68,7 +68,7 @@ struct hfi1_user_sdma_pkt_q {
        unsigned state;
        wait_queue_head_t wait;
        unsigned long unpinned;
-       struct rb_root sdma_rb_root;
+       struct mmu_rb_handler *handler;
        u32 n_locked;
        struct list_head evict;
        spinlock_t evict_lock; /* protect evict and n_locked */
This page took 0.035702 seconds and 5 git commands to generate.