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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2013 06:58:49 +0000 (23:58 -0700)
commit456db6a4d495f40777da6f1f32f62f13026f52db
tree721f6b716ebd95ae2efa8461d627899559a86ec8
parent1be374a0518a288147c6a7398792583200a67261
net/core/sock.c: add missing VSOCK string in af_family_*_key_strings

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>
net/core/sock.c