From: David Howells Date: Sat, 15 Jan 2011 10:51:57 +0000 (+0000) Subject: autofs4: Merge the remaining dentry ops tables X-Git-Tag: v2.6.38-rc1~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b650c858c26bd9ba29ebc82d30f09355845a294a;p=pandora-kernel.git autofs4: Merge the remaining dentry ops tables Merge the remaining autofs4 dentry ops tables. It doesn't matter if d_automount and d_manage are present on something that's not mountable or holdable as these ops are only used if the appropriate flags are set in dentry->d_flags. [AV] switch to ->s_d_op, since now _everything_ on autofs4 is using the same dentry_operations. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed