|
@@ -28,7 +28,9 @@ static int autofs4_dir_unlink(struct inode *,struct dentry *);
|
|
|
static int autofs4_dir_rmdir(struct inode *,struct dentry *);
|
|
|
static int autofs4_dir_mkdir(struct inode *,struct dentry *,int);
|
|
|
static long autofs4_root_ioctl(struct file *,unsigned int,unsigned long);
|
|
|
+#ifdef CONFIG_COMPAT
|
|
|
static long autofs4_root_compat_ioctl(struct file *,unsigned int,unsigned long);
|
|
|
+#endif
|
|
|
static int autofs4_dir_open(struct inode *inode, struct file *file);
|
|
|
static struct dentry *autofs4_lookup(struct inode *,struct dentry *, struct nameidata *);
|
|
|
static void *autofs4_follow_link(struct dentry *, struct nameidata *);
|