From: Ulrich Drepper Date: Thu, 24 Jul 2008 04:29:33 +0000 (-0700) Subject: flag parameters: NONBLOCK in anon_inode_getfd X-Git-Tag: v2.6.27-rc1~676 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99829b832997d907c30669bfd17da32151e18f04;p=pandora-kernel.git flag parameters: NONBLOCK in anon_inode_getfd Building on the previous change to anon_inode_getfd, this patch introduces support for handling of O_NONBLOCK in addition to the already supported O_CLOEXEC. Following patches will take advantage of this support. As can be seen, the additional support for supporting this functionality is minimal. Signed-off-by: Ulrich Drepper Acked-by: Davide Libenzi Cc: Michael Kerrisk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed