OSDN Git Service

CIFS: Use common error handling code in smb2_ioctl_query_info()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 5 Nov 2019 21:26:53 +0000 (22:26 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 07:14:53 +0000 (01:14 -0600)
commit2b1116bbe898aefdf584838448c6869f69851e0f
treeb0f44b092369e635f48c692e56070fdcd1bf6abd
parentcfaa1181097f6a1a6f4f6670ebc97848efda0883
CIFS: Use common error handling code in smb2_ioctl_query_info()

Move the same error code assignments so that such exception handling
can be better reused at the end of this function.

This issue was detected by using the Coccinelle software.

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