From: Al Viro Date: Sat, 13 Jul 2013 09:26:37 +0000 (+0400) Subject: Safer ABI for O_TMPFILE X-Git-Tag: v3.11-rc1~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb458c644a59dbba3a1fe59b27106c5e68e1c4bd;p=pandora-kernel.git Safer ABI for O_TMPFILE [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 --- Reading git-diff-tree failed