Skip to content

Commit

Permalink
Merge tag 'nfs-rdma-4.8-2' of git://git.linux-nfs.org/projects/anna/n…
Browse files Browse the repository at this point in the history
…fs-rdma

NFS: NFSoRDMA Cleanup

Fixes an unnecessary semicolon warning found by the kbuild robot.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
  • Loading branch information
Trond Myklebust committed Jul 19, 2016
2 parents e340608 + 53d7852 commit f044567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/xprtrdma/verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ rpcrdma_mr_recovery_worker(struct work_struct *work)
mw->mw_xprt->rx_ia.ri_ops->ro_recover_mr(mw);

spin_lock(&buf->rb_recovery_lock);
};
}
spin_unlock(&buf->rb_recovery_lock);
}

Expand Down

0 comments on commit f044567

Please sign in to comment.