]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: silence a uninitialized variable warning
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 23 Jun 2017 15:16:25 +0000 (18:16 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:58:28 +0000 (15:58 -0400)
commitd92c0a73a96d946c202d4cd2f27f1c3234406146
tree3eb9a37f39c2ea77a1434cb7a0cd11be8ccd59ad
parent626b8019da25aec6b51669a4fb42c8acaacb10b9
NFS: silence a uninitialized variable warning

Static checkers have gotten clever enough to complain that "id_long" is
uninitialized on the failure path.  It's harmless, but simple to fix.

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