mbox series

[0/2] CIFS: Adjustments for smb2_ioctl_query_info()

Message ID b797b2fc-1a33-7311-70d7-dd258d721a03@web.de
Headers show
Series CIFS: Adjustments for smb2_ioctl_query_info() | expand

Message

Markus Elfring Nov. 5, 2019, 9:38 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 5 Nov 2019 22:32:23 +0100

Two update suggestions were taken into account
from static source code analysis.

Markus Elfring (2):
  Use memdup_user() rather than duplicating its implementation
  Use common error handling code in smb2_ioctl_query_info()

 fs/cifs/smb2ops.c | 58 ++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 31 deletions(-)

--
2.24.0

Comments

Steve French Nov. 5, 2019, 10:26 p.m. UTC | #1
merged into cifs-2.6.git for-next

On Tue, Nov 5, 2019 at 3:38 PM Markus Elfring <Markus.Elfring@web.de> wrote:
>
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Tue, 5 Nov 2019 22:32:23 +0100
>
> Two update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (2):
>   Use memdup_user() rather than duplicating its implementation
>   Use common error handling code in smb2_ioctl_query_info()
>
>  fs/cifs/smb2ops.c | 58 ++++++++++++++++++++++-------------------------
>  1 file changed, 27 insertions(+), 31 deletions(-)
>
> --
> 2.24.0
>
Markus Elfring Nov. 6, 2019, 8:45 a.m. UTC | #2
> merged into cifs-2.6.git for-next

Thanks for your positive feedback.


How are the chances to take another look at any more update suggestions
also from my selection of change possibilities?
https://lkml.org/lkml/2017/8/20/104

Regards,
Markus