Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / staging / lustre / lnet / klnds / o2iblnd / o2iblnd.c
index d99b4fac0c39e312989d471812e3f56a468fd756..6c59f2ff222040df485ce7c33de5fd5c97d451c3 100644 (file)
@@ -1704,7 +1704,7 @@ int kiblnd_fmr_pool_map(kib_fmr_poolset_t *fps, kib_tx_t *tx,
                                }
 
                                n = ib_map_mr_sg(mr, tx->tx_frags,
-                                                tx->tx_nfrags, PAGE_SIZE);
+                                                tx->tx_nfrags, NULL, PAGE_SIZE);
                                if (unlikely(n != tx->tx_nfrags)) {
                                        CERROR("Failed to map mr %d/%d elements\n",
                                               n, tx->tx_nfrags);
This page took 0.026832 seconds and 5 git commands to generate.