From: Roland Dreier Date: Thu, 17 Apr 2008 04:09:25 +0000 (-0700) Subject: RDMA/nes: Remove session_id from nes_cm stuff X-Git-Tag: v2.6.26-rc1~1156^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d43653263084bff55691ae9cbb3c53c9044f064;p=pandora-kernel.git RDMA/nes: Remove session_id from nes_cm stuff The session_id members of struct nes_cm_listener and struct nes_cm_node are write-only, so remove them. This allows the session_id member of struct nes_cm_core to be removed as well, since it is only used to write those other session_id values. This removes the use of current->tgid (which will be deprecated) pointed out by Pavel Emelyanov . Acked-by: Glenn Streiff Signed-off-by: Roland Dreier --- Reading git-diff-tree failed