commit | d0cb50185ae942b03c4327be322055d622dc79f6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 26 09:29:34 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 26 09:31:07 2020 -0500 |
tree | e2c9f7a3ad0f2e779d41d05b1c9a7eeec066db39 | |
parent | 508c8772760d4ef9c1a044519b564710c3684fc5 [diff] |
do_last(): fetch directory ->i_mode and ->i_uid before it's too late may_create_in_sticky() call is done when we already have dropped the reference to dir. Fixes: 30aba6656f61e (namei: allow restricted O_CREAT of FIFOs and regular files) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>