]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/compat_ioctl.c
[PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:21 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:21 +0000 (19:27 +0200)
commit2724b6db663a4efb69462ff6eb8f88d7528cace3
tree3d7b7b9907a410a7d2cead87de17cb1299fb4cef
parentfac15a8e4d4c36eb4676bfd2c30ea16ad05c401a
[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 <ak@suse.de>
fs/compat_ioctl.c