commit | 63b27720a476e99d3eaceee9d2246459ae0f6286 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 24 16:01:19 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 13 21:09:13 2020 -0400 |
tree | 8b095f6a8cf39852f58d638497220e89d68b7e89 | |
parent | 6b03f7edf43e3b284c023ab03aba6e5e7c5a7559 [diff] |
path_parent_directory(): leave changing path->dentry to callers Instead of returning 0, return new dentry; instead of returning -ENOENT, return NULL. Adjust the callers accordingly. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>