commit | ce8644fcadc52da72e19ae9f0866fb3eb15d3df4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 26 14:17:56 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 02 19:49:33 2016 -0400 |
tree | 5ebc6bbfa3e827378f0b771f713f0a87bd8b76e4 | |
parent | 6ac087099edf09ca357e2f765e3e24677543897c [diff] |
lookup_open(): expand the call of vfs_create() Lift IS_DEADDIR handling up into the part common with atomic_open(), remove it from the latter. Collapse permission checks into the call of may_o_create(), getting it closer to atomic_open() case. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>