diff options
author | Cong Wang <[email protected]> | 2021-07-04 12:02:46 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2021-07-15 18:17:50 -0700 |
commit | c7272e15f0f18d6e0f423b53207eac7a27ed5a49 (patch) | |
tree | 01eb32d0527511f6ec585b6f4bda65d7db24316b /net/unix/unix_bpf.c | |
parent | 83301b5367a98c17ec0d76c7bc0ccdc3c7e7ad6d (diff) |
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 <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions