diff options
author | Cong Wang <cong.wang@bytedance.com> | 2021-07-04 21:02:46 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-07-16 03:17:50 +0200 |
commit | c7272e15f0f18d6e0f423b53207eac7a27ed5a49 (patch) | |
tree | 01eb32d0527511f6ec585b6f4bda65d7db24316b /net/unix/Makefile | |
parent | af_unix: Set TCP_ESTABLISHED for datagram sockets too (diff) | |
download | linux-c7272e15f0f18d6e0f423b53207eac7a27ed5a49.tar.xz linux-c7272e15f0f18d6e0f423b53207eac7a27ed5a49.zip |
af_unix: Add a dummy ->close() for sockmap
Unlike af_inet, unix_proto is very different, it does not even
have a ->close(). We have to add a dummy implementation to
satisfy sockmap. Normally it is just a nop, it is introduced only
for sockmap to replace it.
Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210704190252.11866-6-xiyou.wangcong@gmail.com
Diffstat (limited to 'net/unix/Makefile')
0 files changed, 0 insertions, 0 deletions