Skip to content
Commit edd76786 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: move callback setup into session init code



The backchannel should  be associated with a session, it isn't really
global to the client.

We do, however, want a pointer global to the client which tracks which
session we're currently using for client-based callbacks.

This is a first step in that direction; for now, just reshuffling of
code with no significant change in behavior.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent cd5b8144
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment