1. 05 9月, 2013 10 次提交
  2. 04 9月, 2013 21 次提交
  3. 03 9月, 2013 2 次提交
  4. 01 9月, 2013 6 次提交
  5. 30 8月, 2013 1 次提交
    • T
      SUNRPC: Add a framework to clean up management of rpc_pipefs directories · 6739ffb7
      Trond Myklebust 提交于
      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: NTrond Myklebust <Trond.Myklebust@netapp.com>
      6739ffb7