commit | a01e718f7241c53f564402f7acff373eed5bd166 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 07 21:53:51 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 07 21:53:51 2016 -0400 |
tree | cea10fecfae5e081e954861905c25a7f22143444 | |
parent | 3d56c25e3bb0726a5c5e16fc2d9e38f8ed763085 [diff] |
fix a regression in atomic_open() open("/foo/no_such_file", O_RDONLY | O_CREAT) on should fail with EACCES when /foo is not writable; failing with ENOENT is obviously wrong. That got broken by a braino introduced when moving the creat_error logics from atomic_open() to lookup_open(). Easy to fix, fortunately. Spotted-by: "Yan, Zheng" <ukernel@gmail.com> Tested-by: "Yan, Zheng" <ukernel@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>