]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite382a5671a576460757125ac0167d79ac37e74f5
tree0a39a11d4b0dcde07a9930dc1f21326ec4ff2cca
parent3e255e8f28e11ea755a956343803a6fcf00fc1c9
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