commit | 2724b6db663a4efb69462ff6eb8f88d7528cace3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:21 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:21 2007 +0200 |
tree | 3d7b7b9907a410a7d2cead87de17cb1299fb4cef | |
parent | fac15a8e4d4c36eb4676bfd2c30ea16ad05c401a [diff] |
[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>