Al Viro 4b30fbde91 oss: fix O_NONBLOCK in dmasound_core
We broke O_NONBLOCK handling in OSS dmasound_core in 2.3.11-pre3 - the
original code copied f_flags to open_mode and then checked for
O_NONBLOCK in there, but that got changed to copying f_mode and
O_NONBLOCK has not reached that field in any kernel version.

Since we do not care for any other bits, the fix is obvious...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-11-01 12:40:38 -07:00
..
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2008-08-19 10:02:53 +02:00
2005-04-16 15:20:36 -07:00
2008-05-27 15:56:20 +02:00
2005-04-16 15:20:36 -07:00
2007-07-16 09:05:40 -07:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-03 23:01:26 +02:00
2007-07-01 12:29:44 -07:00
2005-04-16 15:20:36 -07:00
2006-06-26 18:35:02 +02:00
2005-04-16 15:20:36 -07:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-12-04 02:00:36 -05:00
2006-10-03 23:01:26 +02:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox