IB: expand ib_umem_get() prototype
[safe/jmp/linux-2.6] / drivers / infiniband / hw / nes / nes_verbs.c
index ee74f7c..9ae397a 100644 (file)
@@ -2377,7 +2377,7 @@ static struct ib_mr *nes_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
        u8 single_page = 1;
        u8 stag_key;
 
-       region = ib_umem_get(pd->uobject->context, start, length, acc);
+       region = ib_umem_get(pd->uobject->context, start, length, acc, 0);
        if (IS_ERR(region)) {
                return (struct ib_mr *)region;
        }