From: James Bottomley Date: Thu, 9 Sep 2010 23:38:12 +0000 (-0700) Subject: vfs: take O_NONBLOCK out of the O_* uniqueness test X-Git-Tag: v2.6.36-rc4~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab04d5cf9736b7a4e9dfcf28285d8663b01aa0e;p=pandora-kernel.git vfs: take O_NONBLOCK out of the O_* uniqueness test O_NONBLOCK on parisc has a dual value: #define O_NONBLOCK 000200004 /* HPUX has separate NDELAY & NONBLOCK */ It is caught by the O_* bits uniqueness check and leads to a parisc compile error. The fix would be to take O_NONBLOCK out. Signed-off-by: Wu Fengguang Signed-off-by: James Bottomley Cc: Jamie Lokier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed