]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4cd1ec95bdec8aedb280ca0f244ededb76f747ab
tree3eb9a37f39c2ea77a1434cb7a0cd11be8ccd59ad
parentce85bd29210f2cd84dc1f762c3992d8e6db822c2
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