]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/cifs/cifs_debug.c
cifs: clean up the SecurityFlags write handler
authorJeff Layton <jlayton@redhat.com>
Sun, 26 May 2013 11:01:01 +0000 (07:01 -0400)
committerSteve French <smfrench@gmail.com>
Mon, 24 Jun 2013 06:56:44 +0000 (01:56 -0500)
commit7715dad8e10c4115ec85471300b452c9194146b5
treea8ffddd742e68548787986aa4a1284828651d082
parent896a8fc25bd31a81afb35e65468484f34f1c15d6
cifs: clean up the SecurityFlags write handler

The SecurityFlags handler uses an obsolete simple_strtoul() call, and
doesn't really handle the bounds checking well. Fix it to use
kstrtouint() instead. Clean up the error messages as well and fix a
bogus check for an unsigned int to be less than 0.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifs_debug.c