commit | ef24c962d0f29036041a007a75bcd0f50233c83e | [log] [tgz] |
---|---|---|
author | Hyunchul Lee <hyc.lee@gmail.com> | Wed Jun 30 18:25:52 2021 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Fri Jul 02 16:27:08 2021 +0900 |
tree | 0ca9e8652eacb769bbb520f8a8bb10052454b48c | |
parent | 8b758859dfbe9598ba41e8b9b01e44edcc0c2fc1 [diff] |
ksmbd: replace struct dentry with struct path in some function's arguments For user namespace support, we need to pass struct user_namespace with struct dentry to some functions. For reducing the number of arguments, replace the struct dentry with struct path in these functions. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>