summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2013-08-01 21:07:52 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2013-08-05 18:24:10 +0400
commite305f48bc453da773a3601135a2cce40b8e62856 (patch)
tree8352de3ce7907543f435875464d86712b602dfc2 /fs/namei.c
parent672fe15d091ce76d6fb98e489962e9add7c1ba4c (diff)
downloadlinux-e305f48bc453da773a3601135a2cce40b8e62856.tar.bz2
fs: Fix file mode for O_TMPFILE
O_TMPFILE, like O_CREAT, should respect the requested mode and should create regular files. This fixes two bugs: O_TMPFILE required privilege (because the mode ended up as 000) and it produced bogus inodes with no type. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namei.c')
0 files changed, 0 insertions, 0 deletions