From: Al Viro Date: Sat, 1 Nov 2008 18:19:49 +0000 (+0000) Subject: oss: fix O_NONBLOCK in dmasound_core X-Git-Tag: v2.6.28-rc3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b30fbde910dd40b831528e916cb8a91823f618f;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed