adding tags to compounds

contributed by Tigran
This commit is contained in:
Olga Kornievskaia 2010-10-27 12:59:54 -04:00 committed by unknown
parent dd5dc2289e
commit e51ba46d8b
5 changed files with 42 additions and 39 deletions

View file

@ -130,7 +130,7 @@ static int lookup_rpc(
nfs_argop4 argops[4+MAX_LOOKUP_COMPONENTS*3];
nfs_resop4 resops[4+MAX_LOOKUP_COMPONENTS*3];
compound_init(&compound, argops, resops);
compound_init(&compound, argops, resops, "lookup");
compound_add_op(&compound, OP_SEQUENCE, &args->sequence, &res->sequence);
status = nfs41_session_sequence(&args->sequence, session, 0);