]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9b58fd5150a62a72bbb2cf9a6aa0c90613c2b6b4
tree45530658d49990c01211339d7bb93f363c8002ed
parentf2bee57c42fb229521aae42eda0bcbb591afd93d
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