commit | 2be7828c9fefc8cd205d1948faac48da8ce6c2ef | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 08 10:16:16 2021 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 21 11:44:02 2021 -0400 |
tree | cf2287e9f7cf9859a50000ea44c24873a72d3a71 | |
parent | a2bbe66493ee380eb25e080e7fcdd1278a847f7e [diff] |
get rid of autofs_getpath() allow wq->name.name to point not at the beginning of the object containing the string, with wq->offset telling how far into it we are. Then we can bloody well just use dentry_path_raw() instead of autofs_getpath() - the only real difference is that dentry_path_raw() puts the result into the end of buffer and returns where it starts. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>