Re: splice vs O_APPEND

From: Linus Torvalds
Date: Thu Oct 09 2008 - 15:23:35 EST




On Thu, 9 Oct 2008, Miklos Szeredi wrote:
>
> We know that nobody is currently relying on O_APPEND semantics with
> splice, so this should be OK.

Having now realized that apparently you can't rely on O_APPEND for
anything but plain write _anyway_ (ie pwrite shouldn't honor it), I'm
going to drop this thing as "let's think about it more".

Maybe the right thing to do is to just say that O_APPEND (and IS_APPEND)
is really not as reliable as people might expect, and just say that the
only thing it affects is a plain write() system call.

Of course, I think POSIX is crazy, and we probably _should_ always honor
O_APPEND, and returning -EINVAL is the right thing for both pwrite and
splice, but this is all a murkier issue than it looked like originally,
and any possible "security" implications are dubious in that you cannot
really depend on O_APPEND/IS_APPEND anyway.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/