From: Ian Kent Date: Fri, 14 Jan 2011 18:45:58 +0000 (+0000) Subject: autofs4: Add d_automount() dentry operation X-Git-Tag: v2.6.38-rc1~35^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10584211e48036182212b598cc53331776406d60;p=pandora-kernel.git autofs4: Add d_automount() dentry operation Add a function to use the newly defined ->d_automount() dentry operation for triggering mounts instead of doing the user space callback in ->lookup() and ->d_revalidate(). Note, to be useful the subsequent patch to add the ->d_manage() dentry operation is also needed so the discussion of functionality is deferred to that patch. Signed-off-by: Ian Kent Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed