From: Andi Kleen Date: Wed, 2 May 2007 17:27:21 +0000 (+0200) Subject: [PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems X-Git-Tag: v2.6.22-rc1~1011^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2724b6db663a4efb69462ff6eb8f88d7528cace3;p=pandora-kernel.git [PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems vfat implements compat handlers for these ioctls, but when they were executed on other file systems the kernel would still complain about an unknown compat ioctl. Just declare them as compatible and let them be rejected when not needed by the normal path. This makes wine runs a lot quieter Signed-off-by: Andi Kleen --- Reading git-diff-tree failed