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)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 1 Nov 2013 16:42:25 +0000 (12:42 -0400)
commitfcb63a9bd8427fc584229048ea14f1453dc9a2e1
tree45530658d49990c01211339d7bb93f363c8002ed
parent12207f69b3ef4d6eea6a5568281e49f671977ab1
NFS: Fix a missing initialisation when reading the SELinux label

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>
Cc: stable@vger.kernel.org # 3.11+
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c