commit | 7c3d3e99ca29f0abd5443353fe018a1368f08c43 | [log] [tgz] |
---|---|---|
author | Namjae Jeon <namjae.jeon@samsung.com> | Tue Apr 13 13:20:52 2021 +0900 |
committer | Steve French <stfrench@microsoft.com> | Mon May 10 19:15:40 2021 -0500 |
tree | 51a5aac9d3619cecf12f392b2863479dcc06c314 | |
parent | ff1d57272552e4d48e0aab015a457d0297915e0b [diff] |
cifsd: get parent dentry from child in ksmbd_vfs_remove_file() To remove the file, We have parsed full pathname to divide parent path and filename. It is a better way to get parent dentry from child dentry that obtained by lookup with given pathname. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>