OSDN Git Service

NFS: silence a harmless uninitialized variable warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 Jul 2018 12:29:29 +0000 (15:29 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 31 Jul 2018 16:53:40 +0000 (12:53 -0400)
commit379ebf0796071210c61ea17ba3f08cbc5e260894
treefff4899488b81c1ab5d301a06017552d9722668f
parent016583d7030cec9b69e0d55269a5967f4ee871d2
NFS: silence a harmless uninitialized variable warning

kstrtoul() can return -ERANGE so Smatch complains that "num" can be
uninitialized.  We check that it's within bounds so it's not a huge
deal.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/super.c