commit | cc97141afd768d36eaef1b3e1afea2a74da7df27 | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Fri Jun 18 15:35:24 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 18 12:59:53 2021 -0700 |
tree | e68b9ec577269acbfc83c3791c0e6bb344516cc1 | |
parent | 7437a2230e3993bb374fe546e5137b94b3ec302b [diff] |
vsock: rename vsock_has_data() vsock_has_data() is used only by STREAM and SEQPACKET sockets, so let's rename it to vsock_connectible_has_data(), using the same nomenclature (connectible) used in other functions after the introduction of SEQPACKET. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>