Home
last modified time | relevance | path

Searched hist:a171eb5cac427fa8d084eaf5e47fbe4c0f1e279f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dioctl.cdiff a171eb5cac427fa8d084eaf5e47fbe4c0f1e279f Wed Jul 26 12:02:11 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: add missing return value check for cifs_sb_tlink

Whenever a tlink is obtained by cifs_sb_tlink, we need
to check that the tlink returned is not an error.
It was missing with the last change here.

Fixes: b3edef6b9cd0 ("cifs: allow dumping keys for directories too")
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>