Skip to content

Commit

Permalink
Merge branches 'iser' and 'qib' into for-next
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandd committed Jun 5, 2013
2 parents 1e65eb4 + f3bdf34 commit c9a2433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/qib/qib_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int qib_alloc_lkey(struct qib_mregion *mr, int dma_region)
if (dma_region) {
struct qib_mregion *tmr;

tmr = rcu_dereference(dev->dma_mr);
tmr = rcu_access_pointer(dev->dma_mr);
if (!tmr) {
qib_get_mr(mr);
rcu_assign_pointer(dev->dma_mr, mr);
Expand Down

0 comments on commit c9a2433

Please sign in to comment.