From 9cf94e15a326a8a3cfb61484a3106656de082f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20N=C3=A9meth?= Date: Fri, 24 Sep 2010 15:22:22 +0200 Subject: [PATCH] --- yaml --- r: 212966 b: refs/heads/master c: 26daad8067f976a6e3622b42b0d80de9a53e8ad9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/autofs/root.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 241389845f51..929e24fca1de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2a4df5d33202e99c015928bf2a2dfd8ad03e53bc +refs/heads/master: 26daad8067f976a6e3622b42b0d80de9a53e8ad9 diff --git a/trunk/fs/autofs/root.c b/trunk/fs/autofs/root.c index 11b1ea786d00..0c4ca81aeaeb 100644 --- a/trunk/fs/autofs/root.c +++ b/trunk/fs/autofs/root.c @@ -27,7 +27,9 @@ static int autofs_root_unlink(struct inode *,struct dentry *); static int autofs_root_rmdir(struct inode *,struct dentry *); static int autofs_root_mkdir(struct inode *,struct dentry *,int); static long autofs_root_ioctl(struct file *,unsigned int,unsigned long); +#ifdef CONFIG_COMPAT static long autofs_root_compat_ioctl(struct file *,unsigned int,unsigned long); +#endif const struct file_operations autofs_root_operations = { .llseek = generic_file_llseek,