d_path: get rid of path_with_deleted()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 May 2021 01:43:01 +0000 (21:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 May 2021 00:08:10 +0000 (20:08 -0400)
commit9024348f539f810e83695df486443f45362e947a
tree11a1878019fe2c4a26d3914858ac8b463d39afd7
parent3acca043261fa6268961d152ea2505e217eabcba
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>
fs/d_path.c