adding tags to compounds
contributed by Tigran
This commit is contained in:
parent
dd5dc2289e
commit
e51ba46d8b
5 changed files with 42 additions and 39 deletions
|
|
@ -1172,7 +1172,7 @@ static int rpc_array_putfh(
|
|||
|
||||
*valid_out = 0;
|
||||
|
||||
compound_init(&compound, argops, resops);
|
||||
compound_init(&compound, argops, resops, "array_putfh");
|
||||
|
||||
compound_add_op(&compound, OP_SEQUENCE, &sequence_args, &sequence_res);
|
||||
status = nfs41_session_sequence(&sequence_args, session, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue