Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0445670 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}