]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ksmbd: replace struct dentry with struct path in some function's arguments
authorHyunchul Lee <hyc.lee@gmail.com>
Wed, 30 Jun 2021 09:25:52 +0000 (18:25 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Fri, 2 Jul 2021 07:27:08 +0000 (16:27 +0900)
commitef24c962d0f29036041a007a75bcd0f50233c83e
tree0ca9e8652eacb769bbb520f8a8bb10052454b48c
parent8b758859dfbe9598ba41e8b9b01e44edcc0c2fc1
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>
fs/ksmbd/smb2pdu.c
fs/ksmbd/smbacl.c
fs/ksmbd/smbacl.h