git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbeb19
)
Safer ABI for O_TMPFILE
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 13 Jul 2013 09:26:37 +0000
(13:26 +0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 13 Jul 2013 09:26:37 +0000
(13:26 +0400)
[suggested by Rasmus Villemoes] make O_DIRECTORY | O_RDWR part of O_TMPFILE;
that will fail on old kernels in a lot more cases than what I came up with.
And make sure O_CREAT doesn't get there...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found