commit | 9024348f539f810e83695df486443f45362e947a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon May 17 21:43:01 2021 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 18 20:08:10 2021 -0400 |
tree | 11a1878019fe2c4a26d3914858ac8b463d39afd7 | |
parent | 3acca043261fa6268961d152ea2505e217eabcba [diff] |
d_path: get rid of path_with_deleted() expand in the sole caller; transform the initial prepends similar to what we'd done in dentry_path() (prepend_path() will fail the right way if we call it with negative buflen, same as __dentry_path() does). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>