From 0ac56c95b1668fc9523aafddb98651054c92c813 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 24 Sep 2010 15:22:23 +0200 Subject: [PATCH] --- yaml --- r: 212967 b: refs/heads/master c: 5a44a73b9015e89cfb280ba0534dfcbf1ef29d05 h: refs/heads/master i: 212965: fd9c32c182dc97d6d229eb6dbadd022845783836 212963: a7a4b5d12c76508f7bad545f5669cc3286e605d3 212959: 2bc7eb96aff363255ee14897ee6b644fe111378f v: v3 --- [refs] | 2 +- trunk/fs/autofs4/root.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 929e24fca1de..352f5c699ffd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26daad8067f976a6e3622b42b0d80de9a53e8ad9 +refs/heads/master: 5a44a73b9015e89cfb280ba0534dfcbf1ef29d05 diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index 9dd29c29fd12..d5c1401f0031 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -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 *);