Whamcloud - gitweb
LU-10391 ptlrpc: pass lnet_nid for self to ptl_send_buf() 41/44641/5
authorMr NeilBrown <neilb@suse.de>
Thu, 8 Jul 2021 00:53:30 +0000 (10:53 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Sep 2022 02:52:35 +0000 (02:52 +0000)
commit3f7e728d91dd9f11345630fdaea40f77719f9ce4
tree6b5f35d9354d8bba576b105edd55987a4144adf3
parentd096ca267bb74fa3e1c42219a084f47510cd95aa
LU-10391 ptlrpc: pass lnet_nid for self to ptl_send_buf()

The 'self' arg to ptl_send_buf() is now a pointer to a
'struct lnet_nid', and can be NULL meaning "ANY NID".

LNetPut() already accepts NULL as the self pointer.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I859dfa10e2f5e50c029c6926fe25ac036fb4f494
Reviewed-on: https://review.whamcloud.com/44641
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ptlrpc/niobuf.c