From: Dotan Barak Date: Tue, 17 Jul 2007 14:58:57 +0000 (+0300) Subject: RDMA/cma: Remove local write permission from QP access flags X-Git-Tag: v2.6.23-rc1~483^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f076531cd20fbf83ed889024c8133d0c71a1fe4;p=pandora-kernel.git RDMA/cma: Remove local write permission from QP access flags Local write permission makes no sense as part of the QP access flags, since the access flags only control what the remote end of the connection is allowed to do. Remove the code in the RDMA CM that initializes qp_access_flags with IB_ACCESS_LOCAL_WRITE. Signed-off-by: Dotan Barak Acked-by: Sean Hefty Acked-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed