Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
LU-10391 lnet: switch to large lnet_processid for matching
[fs/lustre-release.git]
/
lnet
/
lnet
/
lib-me.c
diff --git
a/lnet/lnet/lib-me.c
b/lnet/lnet/lib-me.c
index
b4231d0
..
8d7c9ee
100644
(file)
--- a/
lnet/lnet/lib-me.c
+++ b/
lnet/lnet/lib-me.c
@@
-66,7
+66,7
@@
*/
struct lnet_me *
LNetMEAttach(unsigned int portal,
*/
struct lnet_me *
LNetMEAttach(unsigned int portal,
- struct lnet_process
_id
match_id,
+ struct lnet_process
id *
match_id,
__u64 match_bits, __u64 ignore_bits,
enum lnet_unlink unlink, enum lnet_ins_pos pos)
{
__u64 match_bits, __u64 ignore_bits,
enum lnet_unlink unlink, enum lnet_ins_pos pos)
{
@@
-94,7
+94,7
@@
LNetMEAttach(unsigned int portal,
lnet_res_lock(mtable->mt_cpt);
me->me_portal = portal;
lnet_res_lock(mtable->mt_cpt);
me->me_portal = portal;
- me->me_match_id = match_id;
+ me->me_match_id =
*
match_id;
me->me_match_bits = match_bits;
me->me_ignore_bits = ignore_bits;
me->me_unlink = unlink;
me->me_match_bits = match_bits;
me->me_ignore_bits = ignore_bits;
me->me_unlink = unlink;