09 Mar, 2013

1 commit

  • Split the vSockets header into kernel and UAPI parts. The former gets the bits
    that used to be in __KERNEL__ guards, while the latter gets everything that is
    user-visible. Tested by compiling vsock (+transport) and a simple user-mode
    vSockets application.

    Reported-by: David Howells
    Acked-by: Dmitry Torokhov
    Signed-off-by: Andy King
    Acked-by: David Howells
    Signed-off-by: David S. Miller

    Andy King