From: Trond Myklebust Date: Sun, 9 Aug 2009 19:14:26 +0000 (-0400) Subject: SUNRPC: One more clean up for rpc_create_client_dir() X-Git-Tag: v2.6.32-rc1~412^2~48^2~8^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57aed77ad48d28ac617ba157ad2f665f5301b30;p=pandora-kernel.git SUNRPC: One more clean up for rpc_create_client_dir() In order to allow rpc_pipefs to create directories with different types of subtrees, it is useful to allow the caller to customise the subtree filling process. In order to do so, we separate out the parts which are specific to making an RPC client directory, and put them in a separate helper, then we convert the process of filling the directory contents into a callback. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed