From: Christoph Hellwig Date: Wed, 5 Nov 2008 13:58:42 +0000 (+0100) Subject: [PATCH 1/2] kill FMODE_NDELAY_NOW X-Git-Tag: v2.6.28-rc8~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4ce1acd0f8558033b1a6968001552bd7671e6d;p=pandora-kernel.git [PATCH 1/2] kill FMODE_NDELAY_NOW Update FMODE_NDELAY before each ioctl call so that we can kill the magic FMODE_NDELAY_NOW. It would be even better to do this directly in setfl(), but for that we'd need to have FMODE_NDELAY for all files, not just block special files. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed