]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifsd: remove useless error handling in ksmbd_vfs_read
authorHyunchul Lee <hyc.lee@gmail.com>
Thu, 1 Apr 2021 08:47:19 +0000 (17:47 +0900)
committerSteve French <stfrench@microsoft.com>
Mon, 19 Apr 2021 00:20:50 +0000 (19:20 -0500)
commit50319eb83bc94823e4483b7263cbd47b5002aa4d
tree600bfee6e4eb9f5122c0eaf78e03f1662f5c470d
parent759faa088f76f7673e651e1be85963fd56660dd9
cifsd: remove useless error handling in ksmbd_vfs_read

dentry->d_inode never happen to be NULL if we hold the dentry.

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