commit | 4b30fbde910dd40b831528e916cb8a91823f618f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Nov 01 18:19:49 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 01 12:40:38 2008 -0700 |
tree | 1956131fa83e0d68f72de442501ffa3be65d86b9 | |
parent | 67d112842586aa11506b7a8afec29391bf8f3cca [diff] |
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>