]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/core/sock.c: add missing VSOCK string in af_family_*_key_strings
authorFederico Vaga <federico.vaga@gmail.com>
Tue, 28 May 2013 05:02:44 +0000 (05:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2013 17:39:01 +0000 (10:39 -0700)
commitdb12be9d9717bdb1ca87caa315118a5b2b331753
tree6d7062ed1caf5458212f124587935c952f01c305
parentd47a8d585f15a1a7fff655c859bfd90a7fd6f560
net/core/sock.c: add missing VSOCK string in af_family_*_key_strings

[ Upstream commit 456db6a4d495f40777da6f1f32f62f13026f52db ]

The three arrays of strings: af_family_key_strings,
af_family_slock_key_strings and af_family_clock_key_strings have not
VSOCK's string

Signed-off-by: Federico Vaga <federico.vaga@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/core/sock.c