Skip to content
Snippets Groups Projects
Commit 6739ffb7 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Add a framework to clean up management of rpc_pipefs directories


The current system requires everyone to set up notifiers, manage directory
locking, etc.
What we really want to do is have the rpc_client create its directory,
and then create all the entries.

This patch will allow the RPCSEC_GSS and NFS code to register all the
objects that they want to have appear in the directory, and then have
the sunrpc code call them back to actually create/destroy their pipefs
dentries when the rpc_client creates/destroys the parent.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent d7631250
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment