On Thu, Oct 30, 2014 at 5:57 PM, Eric Rannaud <e@xxxxxxxxxxxxxxxx> wrote: > > Yes, there definitely is a glibc bug: a fix is being worked on and it > looks like it will go in. The change replaces the test for O_CREAT by > a test for either O_CREAT or O_TMPFILE. Why not just do it unconditionally? There really is no downside. Doing it conditionally only makes the generated code slower and mode complex. For absolutely zero gain, as far as I can tell. Does any architecture actually do anything wrong? It's actually closer in spirit to the original "open()" model than the existing code. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html