Skip to content

Commit

Permalink
nfs-client: add sendCompoundInSession
Browse files Browse the repository at this point in the history
Motivation:
Some NFSv4.1 operations must be bound to a session, some are not. Thus
for some compound requests the first operations must be SEQUENCE, that
specifies the session id, slot to use and sequence.

Modification:
introduce sendCompoundInSession method that takes care about session
bookkeeping.

Result:
Automatic session processing when the corresponding sendCompound is
used.

Acked-by: Paul Millar
Target: master
  • Loading branch information
kofemann committed Aug 26, 2020
1 parent e977e57 commit e3be4fb
Showing 1 changed file with 91 additions and 68 deletions.

0 comments on commit e3be4fb

Please sign in to comment.