commit | 6ac087099edf09ca357e2f765e3e24677543897c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 26 00:02:50 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 02 19:49:33 2016 -0400 |
tree | 56dc485b6e28fba20710486a17b8025a690c876c | |
parent | 3b0a3c1ac1598722fc289da19219d14f2a37b31f [diff] |
path_openat(): take O_PATH handling out of do_last() do_last() and lookup_open() simpler that way and so does O_PATH itself. As it bloody well should: we find what the pathname resolves to, same way as in stat() et.al. and associate it with FMODE_PATH struct file. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>