[PATCH 1/2] kill FMODE_NDELAY_NOW
authorChristoph Hellwig <hch@lst.de>
Wed, 5 Nov 2008 13:58:42 +0000 (14:58 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Dec 2008 09:22:57 +0000 (04:22 -0500)
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 <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found