aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2011-01-14 13:46:08 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2011-01-15 20:07:39 -0500
commit8c13a676d5a56495c350f3141824a5ef6c6b4606 (patch)
tree514ec4ba97eef8d40bbec73b5d3b0c46bb9ee51a /fs/autofs4/autofs_i.h
parentb5b801779d59165c4ecf1009009109545bd1f642 (diff)
autofs4: Remove unused code
Remove code that is not used due to the use of ->d_automount() and ->d_manage(). 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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h
index f0c95e0460cf..1ee3b9afbe9e 100644
--- a/fs/autofs4/autofs_i.h
+++ b/fs/autofs4/autofs_i.h
@@ -175,13 +175,6 @@ static inline int autofs4_ispending(struct dentry *dentry)
175 return 0; 175 return 0;
176} 176}
177 177
178static inline void autofs4_copy_atime(struct file *src, struct file *dst)
179{
180 dst->f_path.dentry->d_inode->i_atime =
181 src->f_path.dentry->d_inode->i_atime;
182 return;
183}
184
185struct inode *autofs4_get_inode(struct super_block *, struct autofs_info *); 178struct inode *autofs4_get_inode(struct super_block *, struct autofs_info *);
186void autofs4_free_ino(struct autofs_info *); 179void autofs4_free_ino(struct autofs_info *);
187 180