Re: [systemd-devel] [PATCH] shared: Use O_EXCL with O_TMPFILE in open_tmpfile

2015-05-11 Thread Lennart Poettering
On Mon, 11.05.15 15:01, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: > In this usecase, the file will never be materialized > with linkat(). Not sure what this buys us given that we never pass the fds out, but applied anyway. Lennart -- Lennart Poettering, Red Hat _

Re: [systemd-devel] [PATCH] shared: Use O_EXCL with O_TMPFILE in open_tmpfile

2015-05-11 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel m

[systemd-devel] [PATCH] shared: Use O_EXCL with O_TMPFILE in open_tmpfile

2015-05-11 Thread Cristian Rodríguez
In this usecase, the file will never be materialized with linkat(). --- src/shared/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/util.c b/src/shared/util.c index c5c1b0c..f295edb 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -4838,7 +4838,7 @@ in