]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/ksmbd/vfs.c
cifsd: handle unhashed dentry in ksmbd_vfs_mkdir
authorHyunchul Lee <hyc.lee@gmail.com>
Thu, 1 Apr 2021 08:32:24 +0000 (17:32 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:33 +0000 (19:15 -0500)
commit1637023594c1fd11fa4d77dd0c9493a864aa0d17
tree11539b499edc7bf5891007e86af9f2e87b668f68
parent96a34377dc5a0969b7b0404fce84159b7c8f89d7
cifsd: handle unhashed dentry in ksmbd_vfs_mkdir

vfs_mkdir could return the dentry left unhashed negative on success.

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/cifsd/vfs.c