Commit f0445670 authored by Trond Myklebust's avatar Trond Myklebust

Merge tag 'nfs-rdma-4.8-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma

NFS: NFSoRDMA Cleanup

Fixes an unnecessary semicolon warning found by the kbuild robot.
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parents e3406081 53d78523
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment