CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 20 Aug 2017 15:17:30 +0000 (17:17 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 07:14:53 +0000 (01:14 -0600)
commit598b6c57f2ff29df948c846f4bf3046c33d6b37f
tree0a39a11d4b0dcde07a9930dc1f21326ec4ff2cca
parent2b1116bbe898aefdf584838448c6869f69851e0f
CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create()

Return directly after a call of the function "build_path_from_dentry"
failed at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/dir.c