From: David Miller Date: Sat, 28 Jul 2007 05:58:37 +0000 (-0700) Subject: Fix procfs compat_ioctl regression X-Git-Tag: v2.6.23-rc2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778f3dd5a13c9e1642e0b2efea4b769387a70afa;p=pandora-kernel.git Fix procfs compat_ioctl regression It is important to only provide the compat_ioctl method if the downstream de->proc_fops does too, otherwise this utterly confuses the logic in fs/compat_ioctl.c and we end up doing the wrong thing. Signed-off-by: David S. Miller Acked-by: Alexey Dobriyan Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed