NFS: Fix a missing initialisation when reading the SELinux label
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 1 Nov 2013 16:42:25 +0000 (12:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Nov 2013 19:28:04 +0000 (11:28 -0800)
commitaf1fe0fe8b5706d69d211224a934cf72964eb1f8
tree9d4462a41bd68ae30c32ae3d59d06b2a7d1f6350
parent31789c060834de6b159491f67d7c6bd9087acdb0
NFS: Fix a missing initialisation when reading the SELinux label

commit fcb63a9bd8427fc584229048ea14f1453dc9a2e1 upstream.

Ensure that _nfs4_do_get_security_label() also initialises the
SEQUENCE call correctly, by having it call into nfs4_call_sync().

Reported-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c