From: Trond Myklebust Date: Mon, 26 Aug 2013 19:38:11 +0000 (-0400) Subject: SUNRPC: Add a framework to clean up management of rpc_pipefs directories X-Git-Tag: v3.12-rc1~87^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6739ffb754b47e6c0fa9d9e268bde828f6856528;p=pandora-kernel.git 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: Trond Myklebust --- Reading git-diff-tree failed