On Tuesday 01 May 2007 17:45:52 Chuck Ebbert wrote: > Andi Kleen wrote: > > 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 > > Does this also restore the original -ENOTTY return code? > > The change that made it return -EINVAL broke a few Wine apps.
No it's still EINVAL as before. I just eliminated the printks. I guess one could add a IGNORE_IOCTL_ENOTTY() or somesuch though if it's really a problem. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/