diff options
author | Ian Kent <raven@themaw.net> | 2011-01-14 13:46:14 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-15 20:07:40 -0500 |
commit | e61da20a50d21725ff27571a6dff9468e4fb7146 (patch) | |
tree | c82ea451647e95754bb27aa46c60fd264ddd7c2c /fs/autofs4/autofs_i.h | |
parent | 8c13a676d5a56495c350f3141824a5ef6c6b4606 (diff) |
autofs4: Clean up inode operations
Since the use of ->follow_link() has been eliminated there is no
need to separate the indirect and direct inode operations.
Signed-off-by: Ian Kent <raven@themaw.net>
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 1ee3b9afbe9e..f4b4030cf406 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -204,9 +204,6 @@ void autofs_dev_ioctl_exit(void); | |||
204 | 204 | ||
205 | extern const struct inode_operations autofs4_symlink_inode_operations; | 205 | extern const struct inode_operations autofs4_symlink_inode_operations; |
206 | extern const struct inode_operations autofs4_dir_inode_operations; | 206 | extern const struct inode_operations autofs4_dir_inode_operations; |
207 | extern const struct inode_operations autofs4_root_inode_operations; | ||
208 | extern const struct inode_operations autofs4_indirect_root_inode_operations; | ||
209 | extern const struct inode_operations autofs4_direct_root_inode_operations; | ||
210 | extern const struct file_operations autofs4_dir_operations; | 207 | extern const struct file_operations autofs4_dir_operations; |
211 | extern const struct file_operations autofs4_root_operations; | 208 | extern const struct file_operations autofs4_root_operations; |
212 | 209 | ||