diff options
author | David Howells <dhowells@redhat.com> | 2011-01-15 10:51:57 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-15 20:07:49 -0500 |
commit | b650c858c26bd9ba29ebc82d30f09355845a294a (patch) | |
tree | cd3749a722a81425263e3a2b1d82898586665acf /fs/autofs4/autofs_i.h | |
parent | ea5b778a8b98c85a87d66bf844904f9c3802b869 (diff) | |
download | op-kernel-dev-b650c858c26bd9ba29ebc82d30f09355845a294a.zip op-kernel-dev-b650c858c26bd9ba29ebc82d30f09355845a294a.tar.gz |
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 <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index c28085c..1f016bf 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -207,7 +207,6 @@ extern const struct inode_operations autofs4_dir_inode_operations; extern const struct file_operations autofs4_dir_operations; extern const struct file_operations autofs4_root_operations; extern const struct dentry_operations autofs4_dentry_operations; -extern const struct dentry_operations autofs4_mount_dentry_operations; /* VFS automount flags management functions */ |