]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/smb/server/vfs.c
ksmbd: don't open-code %pD
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 31 Jan 2022 02:11:02 +0000 (21:11 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 5 Oct 2022 06:15:37 +0000 (01:15 -0500)
commit369c1634cc7ae8645a5cba4c7eb874755c2a6a07
tree3be8b75d7fed21601aff906a09dce43725a958de
parent2f5930c1d7936b74eb820c5b157011994c707a74
ksmbd: don't open-code %pD

a bunch of places used %pd with file->f_path.dentry; shorter (and saner)
way to spell that is %pD with file...

Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/smb2pdu.c
fs/ksmbd/vfs.c